Home
last modified time | relevance | path

Searched refs:run (Results 1 – 5 of 5) sorted by relevance

/scripts/
A Dbuild-efi.sh50 run=
77 run=1
205 if [[ -n "${run}" ]]; then
A DKbuild.include93 # try-run
94 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
98 try-run = $(shell set -e; \
111 as-option = $(call try-run,\
117 as-instr = $(call try-run,\
122 __cc-option = $(call try-run,\
137 cc-option-yn = $(call try-run,\
142 cc-disable-warning = $(call try-run,\
162 cc-ldoption = $(call try-run,\
167 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
[all …]
A Devent_dump.py79 out = tools.run(*cmd).strip()
/scripts/dtc/pylibfdt/
A Dsetup.py142 def run(self): member in build_py
144 return super().run()
/scripts/dtc/
A DREADME46 $ python3-coverage run pylibfdt_tests.py
92 Test files are kept in the tests/ directory. Use 'make check' to build and run

Completed in 10 milliseconds