From 1e37932579b8db285c26fe639132d2819a18877d Mon Sep 17 00:00:00 2001 From: jmallett Date: Sun, 28 Jul 2002 03:57:08 +0000 Subject: As of revision 1.38 of make/parse.c, our make(1) will warn too. Note that this isn't just for the sake of testing behaviour, and that things really do break if this regression occurs. --- tools/build/make_check/Makefile | 5 +++-- tools/regression/usr.bin/make/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile index 9cd2890..d8e5509 100644 --- a/tools/build/make_check/Makefile +++ b/tools/build/make_check/Makefile @@ -33,8 +33,9 @@ all: @! ${MAKE} lhs_expn && true || ${MAKE} failure @echo "PASS: Test lhs_expn detected no regression." -# Doubly-defined targets. NetBSD make(1) will warn, ours will silently use the -# ``right'' one. +# Doubly-defined targets. make(1) will warn, but use the "right" one. If it +# switches to using the "non-right" one, it breaks things worse than a little +# regression test. double: @true diff --git a/tools/regression/usr.bin/make/Makefile b/tools/regression/usr.bin/make/Makefile index 9cd2890..d8e5509 100644 --- a/tools/regression/usr.bin/make/Makefile +++ b/tools/regression/usr.bin/make/Makefile @@ -33,8 +33,9 @@ all: @! ${MAKE} lhs_expn && true || ${MAKE} failure @echo "PASS: Test lhs_expn detected no regression." -# Doubly-defined targets. NetBSD make(1) will warn, ours will silently use the -# ``right'' one. +# Doubly-defined targets. make(1) will warn, but use the "right" one. If it +# switches to using the "non-right" one, it breaks things worse than a little +# regression test. double: @true -- cgit v1.1