Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/tools/build/
H A 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)); \
84 $(echo-cmd) $(cmd_$(1)); \
85 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
/OK3568_Linux_fs/u-boot/scripts/
H A DKbuild.include218 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 …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DKbuild.include225 echo-cmd = $(if $($(quiet)cmd_$(1)),\
226 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
229 cmd = @$(echo-cmd) $(cmd_$(1))
245 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
246 $(filter-out $(cmd_$@), $(cmd_$(1))) )
248 arg-check = $(if $(strip $(cmd_$@)),,1)
257 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
267 $(echo-cmd) $(cmd_$(1)); \
268 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
273 $(echo-cmd) $(cmd_$(1)); \
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DKbuild.include225 echo-cmd = $(if $($(quiet)cmd_$(1)),\
226 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
229 cmd = @$(echo-cmd) $(cmd_$(1))
245 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
246 $(filter-out $(cmd_$@), $(cmd_$(1))) )
248 arg-check = $(if $(strip $(cmd_$@)),,1)
257 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
267 $(echo-cmd) $(cmd_$(1)); \
268 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
273 $(echo-cmd) $(cmd_$(1)); \
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DKbuild.include221 echo-cmd = $(if $($(quiet)cmd_$(1)),\
222 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
225 cmd = @$(echo-cmd) $(cmd_$(1))
241 arg-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
242 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
244 arg-check = $(if $(strip $(cmd_$@)),,1)
253 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
262 $(echo-cmd) $(cmd_$(1)); \
263 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
273 $(echo-cmd) $(cmd_$(1)); \
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DKbuild.include221 echo-cmd = $(if $($(quiet)cmd_$(1)),\
222 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
225 cmd = @$(echo-cmd) $(cmd_$(1))
241 arg-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
242 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
244 arg-check = $(if $(strip $(cmd_$@)),,1)
253 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
262 $(echo-cmd) $(cmd_$(1)); \
263 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
273 $(echo-cmd) $(cmd_$(1)); \
[all …]
/OK3568_Linux_fs/kernel/tools/perf/
H A Dperf-completion.sh126 local i cmd_ cmds_
135 for cmd_ in $cmds_; do
136 if [[ ${words[i]} == $cmd_ ]]; then
/OK3568_Linux_fs/kernel/scripts/
H A DKbuild.include174 echo-cmd = $(if $($(quiet)cmd_$(1)),\
175 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
204 cmd = @set -e; $(echo-cmd) $($(quiet)redirect) $(delete-on-interrupt) $(cmd_$(1))
217 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
218 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
220 cmd-check = $(if $(strip $(cmd_$@)),,1)
229 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
241 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
281 $(if $(cmd_$@),- due to command line change, \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DKbuild.include174 echo-cmd = $(if $($(quiet)cmd_$(1)),\
175 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
204 cmd = @set -e; $(echo-cmd) $($(quiet)redirect) $(delete-on-interrupt) $(cmd_$(1))
217 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
218 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
220 cmd-check = $(if $(strip $(cmd_$@)),,1)
229 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
241 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
281 $(if $(cmd_$@),- due to command line change, \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DKbuild.include174 echo-cmd = $(if $($(quiet)cmd_$(1)),\
175 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
204 cmd = @set -e; $(echo-cmd) $($(quiet)redirect) $(delete-on-interrupt) $(cmd_$(1))
217 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
218 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
220 cmd-check = $(if $(strip $(cmd_$@)),,1)
229 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
241 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
281 $(if $(cmd_$@),- due to command line change, \
/OK3568_Linux_fs/u-boot/doc/DocBook/
H A DMakefile76 $(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))';) \
77 $(cmd_$(1)); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/misc/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-aarch64-none-linux-gnu/stage-include/include…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/video/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-aarch64-none-linux-gnu/stage-include/include…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/misc/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-arm-none-linux-gnueabihf/stage-include/inclu…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/video/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-arm-none-linux-gnueabihf/stage-include/inclu…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/genwqe/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-arm-none-linux-gnueabihf/stage-include/inclu…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/hsi/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-arm-none-linux-gnueabihf/stage-include/inclu…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/hsi/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-aarch64-none-linux-gnu/stage-include/include…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_arp/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-aarch64-none-linux-gnu/stage-include/include…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/hdlc/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-aarch64-none-linux-gnu/stage-include/include…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_arp/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-arm-none-linux-gnueabihf/stage-include/inclu…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/iio/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-aarch64-none-linux-gnu/stage-include/include…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/byteorder/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-aarch64-none-linux-gnu/stage-include/include…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/isdn/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-arm-none-linux-gnueabihf/stage-include/inclu…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/iio/
H A D..install.cmd1 cmd_/data/jenkins/workspace/GNU-toolchain/arm-10/build-arm-none-linux-gnueabihf/stage-include/inclu…

1234