Module Name:    src
Committed By:   rillig
Date:           Fri Aug  7 14:40:59 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: Makefile

Log Message:
make(1): document why the suffixes test must stay disabled


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/usr.bin/make/unit-tests/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.87 src/usr.bin/make/unit-tests/Makefile:1.88
--- src/usr.bin/make/unit-tests/Makefile:1.87	Fri Aug  7 14:26:18 2020
+++ src/usr.bin/make/unit-tests/Makefile	Fri Aug  7 14:40:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2020/08/07 14:26:18 rillig Exp $
+# $NetBSD: Makefile,v 1.88 2020/08/07 14:40:59 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -66,12 +66,12 @@ TESTS+=		modorder
 TESTS+=		modts
 TESTS+=		modword
 TESTS+=		order
-TESTS+=		phony-end	# broken by reverting POSIX changes
+TESTS+=		phony-end
 TESTS+=		posix
 TESTS+=		# posix1	# broken by reverting POSIX changes
 TESTS+=		qequals
 TESTS+=		recursive
-TESTS+=		# suffixes	# broken by reverting POSIX changes
+TESTS+=		# suffixes	# runs into an endless loop (try -dA)
 TESTS+=		sunshcmd
 TESTS+=		sysv
 TESTS+=		ternary

Reply via email to