HomeSort by: relevance | last modified time | path
    Searched defs:for (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/unit-tests/
dep.mk 3 # Tests for dependency declarations, such as "target: sources".
10 # expect+1: Inconsistent operator for only-colon
12 # expect+1: Inconsistent operator for only-colon
23 all: for-subst
24 .for file in ${.PARSEFILE}
25 for-subst: ${file:S;^;./;g}
26 @echo ".for with :S;... OK"
directive-for.mk 1 # $NetBSD: directive-for.mk,v 1.32 2025/07/01 04:24:20 rillig Exp $
3 # Tests for the .for directive.
5 # TODO: Describe naming conventions for the loop variables.
6 # .for f in values
7 # .for file in values
8 # .for _FILE_ in values
9 # .for .FILE. in values
10 # .for _f_ in values
15 # A typical use case for a .for loop is to populate a variable with a list o
    [all...]
directive-for-escape.mk 1 # $NetBSD: directive-for-escape.mk,v 1.30 2025/06/28 22:39:28 rillig Exp $
3 # Test escaping of special characters in the iteration values of a .for loop.
9 # Even though the .for loops take quotes into account when splitting the
16 # the loop. Not only would it need the escaping for the variable modifier
17 # ':U' but also the escaping for the line-end comment.
18 # expect+3: Unclosed expression, expecting "}" for modifier "U!""
20 .for chars in ${ASCII}
27 # This means that a '#' sign cannot be passed in the value of a .for loop
30 # expect+3: Unclosed expression, expecting "}" for modifier "U!"\\\\"
32 .for chars in ${ASCII.2020-12-31
    [all...]
deptgt-posix.mk 3 # Tests for the special target '.POSIX', which enables POSIX mode.
71 # If the main makefile has a '.for' loop as its first non-comment line, a
73 all: after-for
74 after-for: .PHONY set-up-sysdir check-not-posix run
78 '.for i in once' \
varmisc.mk 67 .for val in ${SD_VALUES}
76 .for val in ${SD_VALUES}
115 .for param in : + ! ?
144 # There are different code paths for short names ...
152 # ... and for braced short names ...
158 # ... and for long names.
203 # expect: make: Unclosed expression, expecting "}" for modifier "M${PATTERN"
211 .for i in 1 2 3
  /src/lib/librumpuser/
Makefile 10 # rumpuser.h is in sys/rump for inclusion by kernel components
20 .for lib in ${RUMPUSER_EXTERNAL_DPLIBS}
37 .error Unsupported curlwp scheme for thread model: ${RUMP_CURLWP} target

Completed in 13 milliseconds