Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:dollars

69 	# command line, making the actual argument 'DOLLARS=$${varname}'.
71 @${MAKE} -f ${MAKEFILE} dollars_stage_1 DOLLARS='$$$${varname}'
74 # At this point, the variable 'DOLLARS' contains '$${varname}', which
76 . if ${DOLLARS} != "\${varname}"
85 # expect: dollars_stage_1: env MAKEFLAGS=< -r -k DOLLARS=\$\{varname\}>
87 # The 'DOLLARS=\$\{varname\}' assignment is escaped so that the stage
115 # At this point, the variable 'DOLLARS' contains '${varname}', and since
117 . if ${DOLLARS} != ""
121 . if ${DOLLARS} != "varvalue"
128 @echo '$@: dollars=<'${DOLLARS:Q}'>'
134 @echo '$@: dollars=<'${DOLLARS:Uundefined:Q}'>'