Searched refs:run (Results 1 – 4 of 4) sorted by relevance
/scripts/ |
D | Kbuild.include | 88 # try-run 89 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 92 try-run = $(shell set -e; \ 104 as-option = $(call try-run,\ 110 as-instr = $(call try-run,\ 115 __cc-option = $(call try-run,\ 130 cc-option-yn = $(call try-run,\ 135 cc-disable-warning = $(call try-run,\ 144 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
|
D | bpf_helpers_doc.py | 143 def run(self): member in HeaderParser 417 headerParser.run()
|
/scripts/dtc/ |
D | dtx_diff | 49 If this script is not run from the root of the linux source tree, 309 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
|
/scripts/package/ |
D | builddeb | 161 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhook…
|