Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests make(1): remove obsolete POSTPROC.va...
details: https://anonhg.NetBSD.org/src/rev/feee180a39d8
branches: trunk
changeset: 941989:feee180a39d8
user: rillig <rillig%NetBSD.org@localhost>
date: Mon Nov 02 21:53:28 2020 +0000
description:
make(1): remove obsolete POSTPROC.varname from unit tests
It was not needed anymore since 2020-10-18.
diffstat:
usr.bin/make/unit-tests/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r aca7df1a8b0c -r feee180a39d8 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile Mon Nov 02 21:34:40 2020 +0000
+++ b/usr.bin/make/unit-tests/Makefile Mon Nov 02 21:53:28 2020 +0000
@@ -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 @@
# 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.
Home |
Main Index |
Thread Index |
Old Index