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

  /src/usr.bin/make/unit-tests/
varname-dot-make-save_dollars.mk 1 # $NetBSD: varname-dot-make-save_dollars.mk,v 1.7 2021/12/03 18:43:52 rillig Exp $
3 # Tests for the special .MAKE.SAVE_DOLLARS variable, which controls whether
11 # Initially, the variable .MAKE.SAVE_DOLLARS is undefined. At this point the
15 .if ${.MAKE.SAVE_DOLLARS:Uundefined} != "undefined"
23 .MAKE.SAVE_DOLLARS= yes
26 # condition; .MAKE.SAVE_DOLLARS only applies at the moment where the
35 .MAKE.SAVE_DOLLARS= no
42 .MAKE.SAVE_DOLLARS= yes
49 .MAKE.SAVE_DOLLARS= no
57 .MAKE.SAVE_DOLLARS= n
    [all...]
varmod-undefined.mk 11 .MAKE.SAVE_DOLLARS= yes
varmod.mk 70 .MAKE.SAVE_DOLLARS = yes
varmod-defined.mk 9 .MAKE.SAVE_DOLLARS= yes
varmod-loop-varname.mk 9 .MAKE.SAVE_DOLLARS= yes
varmod-loop.mk 22 .MAKE.SAVE_DOLLARS= yes
220 # this unescaping, regardless of whether .MAKE.SAVE_DOLLARS is set or not:
var-op-expand.mk 7 # varname-dot-make-save_dollars.mk
12 .MAKE.SAVE_DOLLARS:= yes
varmisc.mk 63 # begin .MAKE.SAVE_DOLLARS; see Var_SetWithFlags and ParseBoolean.
70 .MAKE.SAVE_DOLLARS:= ${val}
73 .MAKE.SAVE_DOLLARS:= yes
79 # end .MAKE.SAVE_DOLLARS

Completed in 15 milliseconds