diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-07-28 03:57:08 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-07-28 03:57:08 +0000 |
| commit | 89d22e2f06b509db108d5d38d774575854b1f780 (patch) | |
| tree | d918bf33a056a489a031407a642f8a2ef8bf400e /tools/regression | |
| parent | af13e3abb9a2121d84a507390fccea1c27310ca9 (diff) | |
Notes
Diffstat (limited to 'tools/regression')
| -rw-r--r-- | tools/regression/usr.bin/make/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/regression/usr.bin/make/Makefile b/tools/regression/usr.bin/make/Makefile index 9cd2890c15c64..d8e55097d264a 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 |
