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 tests/make: remove unnecessary -dL f...



details:   https://anonhg.NetBSD.org/src/rev/12f71a401654
branches:  trunk
changeset: 984081:12f71a401654
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Jun 21 08:28:37 2021 +0000

description:
tests/make: remove unnecessary -dL from moderrs.mk

It was only needed for the test for unmatched subexpressions in the
modifier ':C'.  That test has been moved to varmod-subst-regex.mk.

diffstat:

 usr.bin/make/unit-tests/moderrs.exp |  2 +-
 usr.bin/make/unit-tests/moderrs.mk  |  5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r a805d1fd8dc8 -r 12f71a401654 usr.bin/make/unit-tests/moderrs.exp
--- a/usr.bin/make/unit-tests/moderrs.exp       Mon Jun 21 08:17:39 2021 +0000
+++ b/usr.bin/make/unit-tests/moderrs.exp       Mon Jun 21 08:28:37 2021 +0000
@@ -134,4 +134,4 @@
 
 1 1 2 x3 5 8 1x3 21 34
 
-exit status 2
+exit status 0
diff -r a805d1fd8dc8 -r 12f71a401654 usr.bin/make/unit-tests/moderrs.mk
--- a/usr.bin/make/unit-tests/moderrs.mk        Mon Jun 21 08:17:39 2021 +0000
+++ b/usr.bin/make/unit-tests/moderrs.mk        Mon Jun 21 08:28:37 2021 +0000
@@ -1,10 +1,7 @@
-# $NetBSD: moderrs.mk,v 1.29 2021/06/21 08:17:39 rillig Exp $
+# $NetBSD: moderrs.mk,v 1.30 2021/06/21 08:28:37 rillig Exp $
 #
 # various modifier error tests
 
-# report unmatched subexpressions
-.MAKEFLAGS: -dL
-
 '=             '\''
 VAR=           TheVariable
 # in case we have to change it ;-)



Home | Main Index | Thread Index | Old Index