Lines Matching refs:cmd
224 echo-cmd = $(if $($(quiet)cmd_$(1)),\
228 cmd = @set -e; $(echo-cmd) $(cmd_$(1))
250 # Replace >$< with >$$< to preserve $ when reloading the .cmd file
252 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file
256 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
266 $(echo-cmd) $(cmd_$(1)); \
267 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
273 $(cmd); \
274 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).cmd;\
290 # (5) - due to missing .cmd file
295 # (4) The command line stored in the file named dir/.target.cmd
298 # (5) No dir/.target.cmd file (used to store command line)
299 # (6) No dir/.target.cmd file and target not listed in $(targets)
309 - due to missing .cmd file, \