Module Name:    src
Committed By:   christos
Date:           Sat Jan 18 15:16:48 UTC 2020

Modified Files:
        src/tests/lib/libarchive: Makefile
        src/tests/usr.bin/cpio: Makefile
        src/tests/usr.bin/tar: Makefile

Log Message:
not require .d files for the build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libarchive/Makefile
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/cpio/Makefile
cvs rdiff -u -r1.2 -r1.3 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/lib/libarchive/Makefile
diff -u src/tests/lib/libarchive/Makefile:1.2 src/tests/lib/libarchive/Makefile:1.3
--- src/tests/lib/libarchive/Makefile:1.2	Sat Jan 18 08:56:53 2020
+++ src/tests/lib/libarchive/Makefile	Sat Jan 18 10:16:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 13:56:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/18 15:16:47 christos Exp $
 
 NOMAN=
 
@@ -596,7 +596,7 @@ test_write_disk_no_hfs_compression.tgz.u
 
 .include <bsd.test.mk>
 
-test_main.d: list.h
+test_main.o test_main.d: list.h
 
 CLEANFILES+=list.h
 

Index: src/tests/usr.bin/cpio/Makefile
diff -u src/tests/usr.bin/cpio/Makefile:1.2 src/tests/usr.bin/cpio/Makefile:1.3
--- src/tests/usr.bin/cpio/Makefile:1.2	Sat Jan 18 08:56:53 2020
+++ src/tests/usr.bin/cpio/Makefile	Sat Jan 18 10:16:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 13:56:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/18 15:16:48 christos Exp $
 
 NOMAN=
 
@@ -107,7 +107,7 @@ test_option_tv.stdout.uu
 
 .include <bsd.test.mk>
 
-test_main.d: list.h
+test_main.o test_main.d: list.h
 
 CLEANFILES+=list.h
 

Index: src/tests/usr.bin/tar/Makefile
diff -u src/tests/usr.bin/tar/Makefile:1.2 src/tests/usr.bin/tar/Makefile:1.3
--- src/tests/usr.bin/tar/Makefile:1.2	Sat Jan 18 08:56:53 2020
+++ src/tests/usr.bin/tar/Makefile	Sat Jan 18 10:16:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 13:56:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/18 15:16:48 christos Exp $
 
 NOMAN=
 
@@ -113,7 +113,7 @@ test_print_longpath.tar.Z.uu
 
 .include <bsd.test.mk>
 
-test_main.d: list.h
+test_main.o test_main.d: list.h
 
 CLEANFILES+=list.h
 

Reply via email to