Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests Fix build. Three list.h files are required to generate...



details:   https://anonhg.NetBSD.org/src/rev/b2bac515385c
branches:  trunk
changeset: 467253:b2bac515385c
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Sat Jan 18 13:56:53 2020 +0000

description:
Fix build. Three list.h files are required to generate .d files

diffstat:

 tests/lib/libarchive/Makefile |  4 ++--
 tests/usr.bin/cpio/Makefile   |  4 ++--
 tests/usr.bin/tar/Makefile    |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 36f3ac36b4e0 -r b2bac515385c tests/lib/libarchive/Makefile
--- a/tests/lib/libarchive/Makefile     Sat Jan 18 13:53:50 2020 +0000
+++ b/tests/lib/libarchive/Makefile     Sat Jan 18 13:56:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/17 16:24:03 christos Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/18 13:56:53 ryoon Exp $
 
 NOMAN=
 
@@ -596,7 +596,7 @@
 
 .include <bsd.test.mk>
 
-test_main.o: list.h
+test_main.d: list.h
 
 CLEANFILES+=list.h
 
diff -r 36f3ac36b4e0 -r b2bac515385c tests/usr.bin/cpio/Makefile
--- a/tests/usr.bin/cpio/Makefile       Sat Jan 18 13:53:50 2020 +0000
+++ b/tests/usr.bin/cpio/Makefile       Sat Jan 18 13:56:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/17 16:25:37 christos Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/18 13:56:53 ryoon Exp $
 
 NOMAN=
 
@@ -107,7 +107,7 @@
 
 .include <bsd.test.mk>
 
-test_main.o: list.h
+test_main.d: list.h
 
 CLEANFILES+=list.h
 
diff -r 36f3ac36b4e0 -r b2bac515385c tests/usr.bin/tar/Makefile
--- a/tests/usr.bin/tar/Makefile        Sat Jan 18 13:53:50 2020 +0000
+++ b/tests/usr.bin/tar/Makefile        Sat Jan 18 13:56:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/17 16:25:37 christos Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/18 13:56:53 ryoon Exp $
 
 NOMAN=
 
@@ -113,7 +113,7 @@
 
 .include <bsd.test.mk>
 
-test_main.o: list.h
+test_main.d: list.h
 
 CLEANFILES+=list.h
 



Home | Main Index | Thread Index | Old Index