Searched refs:cmd_ (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/build/ |
H 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)
|
/openbmc/u-boot/scripts/ |
H A D | Kbuild.include | 218 echo-cmd = $(if $($(quiet)cmd_$(1)),\ 219 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';) 222 cmd = @$(echo-cmd) $(cmd_$(1)) 238 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 239 $(filter-out $(cmd_$@), $(cmd_$(1))) ) 241 arg-check = $(if $(strip $(cmd_$@)),,1) 250 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1))))) 260 $(echo-cmd) $(cmd_$(1)); \ 261 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd) 266 $(echo-cmd) $(cmd_$(1)); \ [all …]
|
/openbmc/linux/tools/perf/ |
H A D | perf-completion.sh | 126 local i cmd_ cmds_ 135 for cmd_ in $cmds_; do 136 if [[ ${words[i]} == $cmd_ ]]; then
|
/openbmc/linux/scripts/ |
H A D | Kbuild.include | 135 log_print = echo '$(pound) $(call escsq,$(or $(quiet_cmd_$1),cmd_$1 $@)$(why))'; \ 136 echo ' $(call escsq,$(cmd_$1))'; 160 cmd = @$(if $(cmd_$(1)),set -e; $($(quiet)log_print) $(delete-on-interrupt) $(cmd_$(1)),:) 177 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 189 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
|
/openbmc/u-boot/Documentation/ |
H A D | Makefile | 44 loop_cmd = $(echo-cmd) $(cmd_$(1)) || exit;
|
/openbmc/linux/Documentation/ |
H A D | Makefile | 72 loop_cmd = $(echo-cmd) $(cmd_$(1)) || exit;
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 280 #define SDVO_CMD_NAME_ENTRY(cmd_) { .cmd = SDVO_CMD_ ## cmd_, .name = #cmd_ } argument
|
/openbmc/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 472 cmd_<command> - the command to execute 503 cmd_<command> = ...
|