Searched refs:cmd_ (Results 1 – 6 of 6) sorted by relevance
/linux/tools/build/ |
A D | Build.include | 32 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)); \ 84 $(echo-cmd) $(cmd_$(1)); \ 85 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
|
/linux/scripts/ |
A D | Kbuild.include | 91 echo-cmd = $(if $($(quiet)cmd_$(1)),\ 92 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';) 100 cmd = @set -e; $(echo-cmd) $($(quiet)redirect) $(cmd_$(1)) 113 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 114 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 116 cmd-check = $(if $(strip $(cmd_$@)),,1) 125 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1))))) 143 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:) 183 $(if $(cmd_$@),- due to command line change, \
|
/linux/tools/perf/ |
A D | perf-completion.sh | 126 local i cmd_ cmds_ 135 for cmd_ in $cmds_; do 136 if [[ ${words[i]} == $cmd_ ]]; then
|
/linux/Documentation/ |
A D | Makefile | 64 loop_cmd = $(echo-cmd) $(cmd_$(1)) || exit;
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_sdvo.c | 280 #define SDVO_CMD_NAME_ENTRY(cmd_) { .cmd = SDVO_CMD_ ## cmd_, .name = #cmd_ } argument
|
/linux/Documentation/kbuild/ |
A D | makefiles.rst | 547 cmd_<command> - the command to execute 578 cmd_<command> = ...
|
Completed in 26 milliseconds