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

  /src/usr.bin/make/unit-tests/
var-op-default.mk 44 # it expands the variable name exactly once. Therefore both 'VAR.param'
45 # and 'VAR.${param}' expand to 'VAR.param', and the second '?=' assignment
56 VAR.param= already defined
58 .if ${VAR.param} != "already defined"
69 PARAM= $$$$
70 EXPAND.${PARAM}?= value with param
71 .if ${${EXPAND_NAME}} != "value with param"
varparse-undef-partial.mk 8 LIST= ${DEF} ${UNDEF} ${VAR.${PARAM}} end
10 PARAM= :Q
12 # The expression ${VAR.${PARAM}} refers to the variable named "VAR.:Q",
varmisc.mk 97 PARAM= param
98 VAR.${PARAM}= 1
99 VAR.${PARAM}+= 2
100 .if ${VAR.param} != "1 2"
101 . error "${VAR.param}"
109 PARAM= +
110 VAR.${PARAM}= 1
111 VAR.${PARAM}+= 2
115 .for param in : + ! target
    [all...]

Completed in 33 milliseconds