Module Name:    src
Committed By:   rillig
Date:           Mon Nov  2 21:53:28 UTC 2020

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

Log Message:
make(1): remove obsolete POSTPROC.varname from unit tests

It was not needed anymore since 2020-10-18.


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 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.185 src/usr.bin/make/unit-tests/Makefile:1.186
--- src/usr.bin/make/unit-tests/Makefile:1.185	Mon Nov  2 20:43:27 2020
+++ src/usr.bin/make/unit-tests/Makefile	Mon Nov  2 21:53:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.185 2020/11/02 20:43:27 rillig Exp $
+# $NetBSD: Makefile,v 1.186 2020/11/02 21:53:28 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -439,7 +439,6 @@ SED_CMDS.varname-dot-shell+=	-e 's,\[/[^
 # Some tests need an additional round of postprocessing.
 POSTPROC.deptgt-suffixes= \
 			${TOOL_SED} -n -e '/^\#\*\*\* Suffixes/,/^\#\*/p'
-POSTPROC.varname=	${TOOL_SED} -n -e '/^MAGIC/p' -e '/^ORDER_/p'
 POSTPROC.varname-empty=	${TOOL_SED} -n -e '/^Var_Set/p' -e '/^out:/p'
 
 # Some tests reuse other tests, which makes them unnecessarily fragile.

Reply via email to