Lines Matching refs:TARGET
15 # does not expand the node-local variables like .TARGET. This results in the
16 # double '${.TARGET}' in the output.
21 @: before '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'
22 echo fail ${.TARGET}; false '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'
23 @: after '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'