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

  /src/usr.bin/make/unit-tests/
varmod-loop.mk 25 all: mod-loop-dollar
36 # Demonstrate that it is possible to generate dollar signs using the
42 mod-loop-dollar:
96 # VARE_EVAL_KEEP_DOLLAR_AND_UNDEFINED, which means that some dollar signs are
97 # preserved, but not all. The dollar signs in the top-level expression and in
100 # The modifier :@var@ does not preserve the dollar signs though, no
207 all: varmod-loop-literal-dollar
208 varmod-loop-literal-dollar: .PHONY
229 # expect: : dollar=end
230 : ${:U1:@i@ dollar=\$ end@
    [all...]
varmod-subst.mk 8 all: mod-subst-dollar
207 @echo ${:U1 2 3:S$2$two$:Q} dollar sign
258 # No matter how many dollar signs there are, they all get merged
259 # into a single dollar by the :S modifier.
264 # one of the "really stupid names", skips the first dollar, and parsing
265 # continues with the next character. This repeats for the other dollar
269 # simply copies the dollar to the result.
270 mod-subst-dollar:
280 # This generates no dollar at all:
282 # Here is an alternative way to generate dollar signs
    [all...]
varmod-assign.mk 128 APPEND.dollar= $${APPEND.indirect}
129 .if ${APPEND.var::+=${APPEND.dollar}} != ""

Completed in 11 milliseconds