Module Name:    src
Committed By:   rillig
Date:           Sun Jun 18 19:30:31 UTC 2023

Modified Files:
        src/usr.bin/make/unit-tests: directive-include-guard.mk

Log Message:
tests/make: align variable name in test for multiple-inclusion guards


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/usr.bin/make/unit-tests/directive-include-guard.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-include-guard.mk
diff -u src/usr.bin/make/unit-tests/directive-include-guard.mk:1.2 src/usr.bin/make/unit-tests/directive-include-guard.mk:1.3
--- src/usr.bin/make/unit-tests/directive-include-guard.mk:1.2	Sun Jun 18 19:16:51 2023
+++ src/usr.bin/make/unit-tests/directive-include-guard.mk	Sun Jun 18 19:30:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: directive-include-guard.mk,v 1.2 2023/06/18 19:16:51 rillig Exp $
+# $NetBSD: directive-include-guard.mk,v 1.3 2023/06/18 19:30:31 rillig Exp $
 #
 # Tests for multiple-inclusion guards in makefiles.
 #
@@ -30,9 +30,9 @@ INCS+=	comments
 LINES.comments= \
 	'\# comment' \
 	'' \
-	'.ifndef GUARD' \
+	'.ifndef COMMENTS' \
 	'\# comment' \
-	'GUARD=\#comment' \
+	'COMMENTS=\#comment' \
 	'.endif' \
 	'\# comment'
 

Reply via email to