Lines Matching refs:TARGET
17 # does not expand the node-local variables like .TARGET. This results in the
18 # double '${.TARGET}' in the output.
26 @: before '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'
27 echo fail ${.TARGET}; false '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'
28 @: after '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'