Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests not require .d files for the build.
details: https://anonhg.NetBSD.org/src/rev/7fc8257748e2
branches: trunk
changeset: 848139:7fc8257748e2
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 18 15:16:47 2020 +0000
description:
not require .d files for the build.
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 325d47f7b48f -r 7fc8257748e2 tests/lib/libarchive/Makefile
--- a/tests/lib/libarchive/Makefile Sat Jan 18 14:40:03 2020 +0000
+++ b/tests/lib/libarchive/Makefile Sat Jan 18 15:16:47 2020 +0000
@@ -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 @@
.include <bsd.test.mk>
-test_main.d: list.h
+test_main.o test_main.d: list.h
CLEANFILES+=list.h
diff -r 325d47f7b48f -r 7fc8257748e2 tests/usr.bin/cpio/Makefile
--- a/tests/usr.bin/cpio/Makefile Sat Jan 18 14:40:03 2020 +0000
+++ b/tests/usr.bin/cpio/Makefile Sat Jan 18 15:16:47 2020 +0000
@@ -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 @@
.include <bsd.test.mk>
-test_main.d: list.h
+test_main.o test_main.d: list.h
CLEANFILES+=list.h
diff -r 325d47f7b48f -r 7fc8257748e2 tests/usr.bin/tar/Makefile
--- a/tests/usr.bin/tar/Makefile Sat Jan 18 14:40:03 2020 +0000
+++ b/tests/usr.bin/tar/Makefile Sat Jan 18 15:16:47 2020 +0000
@@ -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 @@
.include <bsd.test.mk>
-test_main.d: list.h
+test_main.o test_main.d: list.h
CLEANFILES+=list.h
Home |
Main Index |
Thread Index |
Old Index