HomeSort by: relevance | last modified time | path
    Searched refs:save_dollars (Results 1 - 4 of 4) 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.8 2026/03/13 04:22:03 sjg Exp $
3 # Tests for the special .MAKE.SAVE_DOLLARS variable, which controls whether
11 # The variable .MAKE.SAVE_DOLLARS is a boolean that controls the handling
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...]
var-op-expand.mk 7 # varname-dot-make-save_dollars.mk
12 .MAKE.SAVE_DOLLARS:= yes
Makefile 449 TESTS+= varname-dot-make-save_dollars
  /src/usr.bin/make/
var.c 309 * This knob (.MAKE.SAVE_DOLLARS) allows controlling the behavior:
313 static bool save_dollars = true; variable
1136 save_dollars = ParseBoolean(val, save_dollars);
4287 if (varname == '$' && save_dollars)
4292 else if (save_dollars)
4749 if (save_dollars && VarEvalMode_ShouldKeepDollar(emode))

Completed in 16 milliseconds