Lines Matching refs:cmd
178 echo-cmd = $(if $($(quiet)cmd_$(1)),\
182 cmd = @$(echo-cmd) $(cmd_$(1))
205 # >$< substitution to preserve $ when reloading .cmd file
208 make-cmd = $(subst \#,\\\#,$(subst $$,$$$$,$(call escsq,$(cmd_$(1)))))
218 $(echo-cmd) $(cmd_$(1)); \
219 echo 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
224 $(echo-cmd) $(cmd_$(1)); \
225 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\
227 mv -f $(dot-target).tmp $(dot-target).cmd)
244 # (5) - due to missing .cmd file
249 # (4) The command line stored in the file named dir/.target.cmd
252 # (5) No dir/.target.cmd file (used to store command line)
253 # (6) No dir/.target.cmd file and target not listed in $(targets)
263 - due to missing .cmd file, \