Module Name: src
Committed By: martin
Date: Fri Nov 1 10:32:30 UTC 2024
Modified Files:
src/tests/usr.bin/cpio [netbsd-10]: Makefile
src/tests/usr.bin/tar [netbsd-10]: Makefile
Log Message:
Pull up the following revisisions (as already intended yesterday),
requested by rin in ticket #991:
tests/usr.bin/cpio/Makefile rev 1.5 (with patch)
tests/usr.bin/tar/Makefile rev 1.5 (with patch)
More libarchive build fallout.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.10.1 src/tests/usr.bin/cpio/Makefile
cvs rdiff -u -r1.4 -r1.4.10.1 src/tests/usr.bin/tar/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.bin/cpio/Makefile
diff -u src/tests/usr.bin/cpio/Makefile:1.4 src/tests/usr.bin/cpio/Makefile:1.4.10.1
--- src/tests/usr.bin/cpio/Makefile:1.4 Sun Jan 19 17:36:57 2020
+++ src/tests/usr.bin/cpio/Makefile Fri Nov 1 10:32:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/19 17:36:57 christos Exp $
+# $NetBSD: Makefile,v 1.4.10.1 2024/11/01 10:32:30 martin Exp $
NOMAN=
@@ -112,3 +112,5 @@ CLEANFILES+=list.h
list.h: ${SRCS.h_cpio} Makefile
${TOOL_GREP} -h '^DEFINE_TEST(' ${.ALLSRC} > ${.TARGET}
+
+COPTS.test_main.c+= ${GCC_NO_STRINGOP_OVERFLOW}
Index: src/tests/usr.bin/tar/Makefile
diff -u src/tests/usr.bin/tar/Makefile:1.4 src/tests/usr.bin/tar/Makefile:1.4.10.1
--- src/tests/usr.bin/tar/Makefile:1.4 Sun Jan 19 17:36:57 2020
+++ src/tests/usr.bin/tar/Makefile Fri Nov 1 10:32:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/19 17:36:57 christos Exp $
+# $NetBSD: Makefile,v 1.4.10.1 2024/11/01 10:32:30 martin Exp $
NOMAN=
@@ -119,3 +119,6 @@ CLEANFILES+=list.h
list.h: ${SRCS.h_tar} Makefile
${TOOL_GREP} -h '^DEFINE_TEST(' ${.ALLSRC} > ${.TARGET}
+
+COPTS.test_main.c+= ${GCC_NO_STRINGOP_OVERFLOW}
+COPTS.test_option_b.c+= ${GCC_NO_STRINGOP_OVERFLOW}