Module Name:    src
Committed By:   rillig
Date:           Sun Jan 24 19:30:18 UTC 2021

Modified Files:
        src/usr.bin/make/unit-tests: directive-for-escape.exp
            directive-for-escape.mk

Log Message:
make(1): let the test directive-for-escape exit successfully

There is no reason for a non-zero exit status here.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/directive-for-escape.exp \
    src/usr.bin/make/unit-tests/directive-for-escape.mk

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/directive-for-escape.exp
diff -u src/usr.bin/make/unit-tests/directive-for-escape.exp:1.3 src/usr.bin/make/unit-tests/directive-for-escape.exp:1.4
--- src/usr.bin/make/unit-tests/directive-for-escape.exp:1.3	Thu Dec 31 14:26:37 2020
+++ src/usr.bin/make/unit-tests/directive-for-escape.exp	Sun Jan 24 19:30:18 2021
@@ -68,7 +68,4 @@ make: "directive-for-escape.mk" line 92:
 make: "directive-for-escape.mk" line 93: .     ${i2}: two
 make: "directive-for-escape.mk" line 94: .     ${i,}: comma
 make: "directive-for-escape.mk" line 95: .  adjacent: innerinnerinnerinner
-make: no target to make.
-
-make: stopped in unit-tests
-exit status 2
+exit status 0
Index: src/usr.bin/make/unit-tests/directive-for-escape.mk
diff -u src/usr.bin/make/unit-tests/directive-for-escape.mk:1.3 src/usr.bin/make/unit-tests/directive-for-escape.mk:1.4
--- src/usr.bin/make/unit-tests/directive-for-escape.mk:1.3	Thu Dec 31 14:26:37 2020
+++ src/usr.bin/make/unit-tests/directive-for-escape.mk	Sun Jan 24 19:30:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: directive-for-escape.mk,v 1.3 2020/12/31 14:26:37 rillig Exp $
+# $NetBSD: directive-for-escape.mk,v 1.4 2021/01/24 19:30:18 rillig Exp $
 #
 # Test escaping of special characters in the iteration values of a .for loop.
 # These values get expanded later using the :U variable modifier, and this
@@ -94,3 +94,5 @@ i,=		comma
 .  info .     $${i,}: ${i,}
 .  info .  adjacent: $i${i}${i:M*}$i
 .endfor
+
+all:

Reply via email to