Module Name:    src
Committed By:   rillig
Date:           Fri Aug  7 14:26:18 UTC 2020

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

Log Message:
make(1): enable test phony-end

This at least documents the actual behavior.  Not sure what the expected
behavior is and why.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/phony-end.exp

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.86 src/usr.bin/make/unit-tests/Makefile:1.87
--- src/usr.bin/make/unit-tests/Makefile:1.86	Fri Aug  7 13:43:50 2020
+++ src/usr.bin/make/unit-tests/Makefile	Fri Aug  7 14:26:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2020/08/07 13:43:50 rillig Exp $
+# $NetBSD: Makefile,v 1.87 2020/08/07 14:26:18 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -66,7 +66,7 @@ TESTS+=		modorder
 TESTS+=		modts
 TESTS+=		modword
 TESTS+=		order
-TESTS+=		# phony-end	# broken by reverting POSIX changes
+TESTS+=		phony-end	# broken by reverting POSIX changes
 TESTS+=		posix
 TESTS+=		# posix1	# broken by reverting POSIX changes
 TESTS+=		qequals

Index: src/usr.bin/make/unit-tests/phony-end.exp
diff -u src/usr.bin/make/unit-tests/phony-end.exp:1.2 src/usr.bin/make/unit-tests/phony-end.exp:1.3
--- src/usr.bin/make/unit-tests/phony-end.exp:1.2	Sat Aug 23 16:08:42 2014
+++ src/usr.bin/make/unit-tests/phony-end.exp	Fri Aug  7 14:26:18 2020
@@ -1,5 +1,5 @@
 .TARGET="phony" .PREFIX="phony" .IMPSRC=""
-.TARGET="all" .PREFIX="all" .IMPSRC="phony"
+.TARGET="all" .PREFIX="all" .IMPSRC=""
 .TARGET="ok" .PREFIX="ok" .IMPSRC=""
 .TARGET="also.ok" .PREFIX="also.ok" .IMPSRC=""
 .TARGET="bug" .PREFIX="bug" .IMPSRC=""

Reply via email to