Module Name:    src
Committed By:   rillig
Date:           Thu Nov 19 21:35:47 UTC 2020

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

Log Message:
make(1): remove postprocessing for test directive-export-gmake

Since revision 1.3, directive-export-gmake.mk takes care of handling this
case.  Removing the "error" lines from the output of the tests only makes
the test harder to understand and may also hide future bugs.


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 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.207 src/usr.bin/make/unit-tests/Makefile:1.208
--- src/usr.bin/make/unit-tests/Makefile:1.207	Wed Nov 18 04:10:34 2020
+++ src/usr.bin/make/unit-tests/Makefile	Thu Nov 19 21:35:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2020/11/18 04:10:34 sjg Exp $
+# $NetBSD: Makefile,v 1.208 2020/11/19 21:35:46 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -433,9 +433,6 @@ SED_CMDS.export= \
 .for t in export-all export-env
 SED_CMDS.$t= ${SED_CMDS.export}
 .endfor
-SED_CMDS.directive-export-gmake= \
-	${:D dash is a pain } \
-	-e /non-zero/d
 SED_CMDS.job-output-long-lines= \
 	${:D Job separators on their own line are ok. } \
 	-e '/^--- job-[ab] ---$$/d' \

Reply via email to