Searched refs:run (Results 1 – 10 of 10) sorted by relevance
| /scripts/ |
| D | Makefile.compiler | 22 try-run = $(shell set -e; \ 34 as-option = $(call try-run,\ 40 as-instr = $(call try-run,\ 45 __cc-option = $(call try-run,\ 76 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3)) 81 __rustc-option = $(call try-run,\
|
| D | bpf_doc.py | 316 def run(self): member in HeaderParser 412 version = subprocess.run(['git', 'describe'], cwd=linuxRoot, 417 version = subprocess.run(['make', '-s', '--no-print-directory', 'kernelversion'], 429 date = subprocess.run(cmd, cwd=linuxRoot, 884 headerParser.run()
|
| D | check-uapi.sh | 29 -j JOBS Number of checks to run in parallel (default: number of CPU cores). 474 run() { function 570 run "$base_ref" "$past_ref" "$abi_error_log" "$@"
|
| D | dev-needs.sh | 10 This script needs to be run on the target device once it has booted to a
|
| D | rust_is_available_test.py | 128 result = subprocess.run("scripts/rust_is_available.sh", env=env, capture_output=True)
|
| /scripts/package/ |
| D | kernel.spec | 65 if %{make} %{makeflags} run-command KBUILD_RUN_COMMAND='test -d ${srctree}/arch/${SRCARCH}/boot/dts… 70 %{make} %{makeflags} run-command KBUILD_RUN_COMMAND='${srctree}/scripts/package/install-extmod-buil…
|
| D | builddeb | 87 …test -d ${debhookdir}/${script}.d && run-parts --arg="${KERNELRELEASE}" --arg="/${installed_image_…
|
| /scripts/clang-tools/ |
| D | run-clang-tools.py | 73 p = subprocess.run(pargs,
|
| /scripts/dtc/ |
| D | dtx_diff | 52 If this script is not run from the root of the linux source tree, 316 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
|
| /scripts/package/debian/ |
| D | rules | 50 …$(Q)+$(MAKE) $(make-opts) run-command KBUILD_RUN_COMMAND='+$$(srctree)/scripts/package/builddeb $(…
|