Home
last modified time | relevance | path

Searched refs:cmd_ (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/tools/build/
DBuild.include32 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
33 $(filter-out $(cmd_$@), $(cmd_$(1))) )
41 echo-cmd = $(if $($(quiet)cmd_$(1)),\
42 echo ' $(call escsq,$($(quiet)cmd_$(1)))';)
51 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
69 printf '\n%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)
77 $(echo-cmd) $(cmd_$(1)) && $(dep-cmd))
83 $(echo-cmd) $(cmd_$(1)); \
84 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
/Linux-v5.4/tools/perf/
Dperf-completion.sh126 local i cmd_ cmds_
135 for cmd_ in $cmds_; do
136 if [[ ${words[i]} == $cmd_ ]]; then
/Linux-v5.4/scripts/
DKbuild.include182 echo-cmd = $(if $($(quiet)cmd_$(1)),\
183 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
186 cmd = @set -e; $(echo-cmd) $(cmd_$(1))
199 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
200 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
202 cmd-check = $(if $(strip $(cmd_$@)),,1)
211 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
220 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
260 $(if $(cmd_$@),- due to command line change, \
/Linux-v5.4/Documentation/
DMakefile56 loop_cmd = $(echo-cmd) $(cmd_$(1)) || exit;
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_sdvo.c277 #define SDVO_CMD_NAME_ENTRY(cmd_) { .cmd = SDVO_CMD_ ## cmd_, .name = #cmd_ } argument
/Linux-v5.4/Documentation/kbuild/
Dmakefiles.rst1247 cmd_<command> - the command to execute