We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facf905 commit f85c9b9Copy full SHA for f85c9b9
1 file changed
usr.bin/make/unit-tests/directive-if-nested.mk
@@ -1,4 +1,4 @@
1
-# $NetBSD: directive-if-nested.mk,v 1.1 2020/11/10 22:23:37 rillig Exp $
+# $NetBSD: directive-if-nested.mk,v 1.2 2025/01/03 05:00:37 rillig Exp $
2
#
3
# Tests for deeply nested .if directives. By default, memory for 128 nested
4
# .if directives is pre-allocated, any deeper nesting is reallocated.
@@ -13,7 +13,7 @@ all: set-up test tear-down
13
set-up: .PHONY
14
@{ printf '.if %s\n' ${:U:range=1000}; \
15
printf '.info deeply nested .if directives\n'; \
16
- printf '.endif # %s\n' ${:U:range=1000}; \
+ printf '.endif # %s\n' ${:U:range=1000:[-1..1]}; \
17
printf '\n'; \
18
printf 'all:\n'; \
19
} > ${GEN}
0 commit comments