aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/cond-func-defined.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/cond-func-defined.mk')
-rw-r--r--contrib/bmake/unit-tests/cond-func-defined.mk11
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/bmake/unit-tests/cond-func-defined.mk b/contrib/bmake/unit-tests/cond-func-defined.mk
index 14597398bc62..6b24182c11c1 100644
--- a/contrib/bmake/unit-tests/cond-func-defined.mk
+++ b/contrib/bmake/unit-tests/cond-func-defined.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cond-func-defined.mk,v 1.11 2023/11/19 21:47:52 rillig Exp $
+# $NetBSD: cond-func-defined.mk,v 1.12 2024/04/23 22:51:28 rillig Exp $
#
# Tests for the defined() function in .if conditions.
@@ -43,12 +43,9 @@ ${:UA B}= variable name with spaces
. if defined(var)
. error
. else
-# expect+1: In .for loops, expressions for the loop variables are
-. info In .for loops, expressions for the loop variables are
-# expect+1: substituted at evaluation time. There is no actual variable
-. info substituted at evaluation time. There is no actual variable
-# expect+1: involved, even if it feels like it.
-. info involved, even if it feels like it.
+# In .for loops, expressions based on the loop variables are substituted at
+# evaluation time. There is no actual variable involved, even if the code in
+# the makefiles looks like it.
. endif
.endfor