aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-07-28 03:57:08 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-07-28 03:57:08 +0000
commit89d22e2f06b509db108d5d38d774575854b1f780 (patch)
treed918bf33a056a489a031407a642f8a2ef8bf400e /tools/regression
parentaf13e3abb9a2121d84a507390fccea1c27310ca9 (diff)
Notes
Diffstat (limited to 'tools/regression')
-rw-r--r--tools/regression/usr.bin/make/Makefile5
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