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: align variable name in t...
details: https://anonhg.NetBSD.org/src/rev/c5f51e1c3a6c
branches: trunk
changeset: 376450:c5f51e1c3a6c
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Jun 18 19:30:31 2023 +0000
description:
tests/make: align variable name in test for multiple-inclusion guards
diffstat:
usr.bin/make/unit-tests/directive-include-guard.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r a8e24e5acf2b -r c5f51e1c3a6c usr.bin/make/unit-tests/directive-include-guard.mk
--- a/usr.bin/make/unit-tests/directive-include-guard.mk Sun Jun 18 19:16:51 2023 +0000
+++ b/usr.bin/make/unit-tests/directive-include-guard.mk Sun Jun 18 19:30:31 2023 +0000
@@ -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'
Home |
Main Index |
Thread Index |
Old Index