diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-07-28 03:57:08 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-07-28 03:57:08 +0000 |
commit | 1e37932579b8db285c26fe639132d2819a18877d (patch) | |
tree | d918bf33a056a489a031407a642f8a2ef8bf400e /tools | |
parent | a22e9df072960393e48b7c9b5da2cc85e7dcab54 (diff) | |
download | FreeBSD-src-1e37932579b8db285c26fe639132d2819a18877d.zip FreeBSD-src-1e37932579b8db285c26fe639132d2819a18877d.tar.gz |
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.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/make_check/Makefile | 5 | ||||
-rw-r--r-- | tools/regression/usr.bin/make/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
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 |