Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 69) sorted by relevance

123

/tools/scripts/
Dutilities.mak22 # GNU make's $(shell ...) function converts to a
42 # shell-escape-nl
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
46 # Use this to escape newlines from within a shell call;
50 # in an `awk' program that is delimited by shell
54 define shell-escape-nl
58 # shell-unescape-nl
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
67 # delimited by shell single-quotes, so be wary
[all …]
DMakefile.include4 dummy := $(if $(shell test -d $(O) || echo $(O)),$(error O=$(O) does not exist),)
5 ABSOLUTE_O := $(shell cd $(O) ; pwd)
16 OUTDIR := $(shell cd $(OUTPUT) && pwd)
42 CC_NO_CLANG := $(shell $(CC) -dM -E -x c /dev/null | grep -Fq "__clang__"; echo $$?)
DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
36 LP64 := $(shell echo __LP64__ | ${CC} ${CFLAGS} -E -x c - | tail -n 1)
/tools/build/
DMakefile.feature6 $(shell mkdir -p $(OUTPUT_FEATURES))
11 …feature-$(1) := $(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CFLAGS="$(EXTRA_CFLAGS) $(FEATURE_CHECK_…
175 MSG = $(shell printf '...%30s: [ \033[32mon\033[m ]' $(1))
177 MSG = $(shell printf '...%30s: [ \033[31mOFF\033[m ]' $(1))
183 MSG = $(shell printf '...%30s: %s' $(1) $(2))
193 FEATURE_DUMP := $(shell touch $(FEATURE_DUMP_FILENAME); cat $(FEATURE_DUMP_FILENAME))
220 $(shell rm -f $(FEATURE_DUMP_FILENAME))
221 …$(foreach feat,$(FEATURE_TESTS),$(shell echo "$(call feature_assign,$(feat))" >> $(FEATURE_DUMP_FI…
/tools/build/feature/
DMakefile89 …Y_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/include/slang -lslang $(shell $(PKG_CONFIG) --li…
199 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
202 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
207 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
290 -I$(shell $(LLVM_CONFIG) --includedir) \
291 -L$(shell $(LLVM_CONFIG) --libdir) \
292 $(shell $(LLVM_CONFIG) --libs Core BPF) \
293 $(shell $(LLVM_CONFIG) --system-libs) \
298 -I$(shell $(LLVM_CONFIG) --includedir) \
303 -I$(shell $(LLVM_CONFIG) --includedir) \
[all …]
/tools/usb/ffs-aio-example/multibuff/host_app/
DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/tools/usb/ffs-aio-example/simple/host_app/
DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/tools/testing/selftests/kexec/
DMakefile4 uname_M := $(shell uname -m 2>/dev/null || echo not)
5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/tools/testing/selftests/breakpoints/
DMakefile3 uname_M := $(shell uname -m 2>/dev/null || echo not)
4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/tools/testing/selftests/bpf/
DMakefile20 BPF_GCC ?= $(shell command -v bpf-gcc;)
42 SUBREG_CODEGEN := $(shell echo "int cal(int a) { return a > 0; }" | \
129 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
146 $(shell $(1) -v -E - </dev/null 2>&1 \
165 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
166 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)
167 BTF_OBJCOPY_PROBE := $(shell $(LLVM_OBJCOPY) --help 2>&1 | grep -i 'usage.*llvm')
168 BTF_LLVM_PROBE := $(shell echo "int main() { return 0; }" | \
224 IS_LITTLE_ENDIAN = $(shell $(CC) -dM -E - </dev/null | \
276 $(shell ( cd prog_tests/; \
[all …]
/tools/testing/selftests/intel_pstate/
DMakefile5 uname_M := $(shell uname -m 2>/dev/null || echo not)
6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/tools/testing/selftests/ipc/
DMakefile2 uname_M := $(shell uname -m 2>/dev/null || echo not)
3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/)
/tools/testing/selftests/prctl/
DMakefile3 uname_M := $(shell uname -m 2>/dev/null || echo not)
4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/tools/power/cpupower/debug/kernel/
DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build
5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/
/tools/testing/selftests/powerpc/
DMakefile5 ARCH ?= $(shell uname -m)
6 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/)
10 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown")
/tools/testing/selftests/memfd/
DMakefile11 fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)
15 $(OUTPUT)/fuse_mnt: LDLIBS += $(shell pkg-config fuse --libs)
/tools/testing/selftests/exec/
DMakefile24 cd $(OUTPUT) && ln -s -f $(shell basename $<) $(shell basename $@)
/tools/testing/selftests/x86/
DMakefile8 UNAME_M := $(shell uname -m)
9 CAN_BUILD_I386 := $(shell ./check_cc.sh $(CC) trivial_32bit_program.c -m32)
10 CAN_BUILD_X86_64 := $(shell ./check_cc.sh $(CC) trivial_64bit_program.c)
11 CAN_BUILD_WITH_NOPIE := $(shell ./check_cc.sh $(CC) trivial_program.c -no-pie)
/tools/cgroup/
Diocost_coef_gen.py63 stdout=subprocess.PIPE, shell=True).stdout
80 subprocess.check_call(f'rm -f {path}', shell=True)
81 subprocess.check_call(f'touch {path}', shell=True)
82 subprocess.call(f'chattr +C {path}', shell=True)
87 shell=True)
101 subprocess.check_call(cmd, shell=True)
/tools/testing/selftests/tc-testing/bpf/
DMakefile12 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
20 CLANG_SYS_INCLUDES := $(shell $(CLANG) -v -E - </dev/null 2>&1 \
/tools/power/cpupower/
DMakefile17 OUTDIR := $(shell cd $(OUTPUT) && pwd)
54 VERSION= $(shell ./utils/version-gen.sh)
109 GMO_FILES = ${shell for HLANG in ${LANGUAGES}; do echo $(OUTPUT)po/$$HLANG.gmo; done;}
114 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -x c /dev/null > /dev/null 2>&1; then echo "$(1…
/tools/testing/selftests/vDSO/
DMakefile4 uname_M := $(shell uname -m 2>/dev/null || echo not)
5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/tools/testing/selftests/gpio/
DMakefile3 MOUNT_CFLAGS := $(shell pkg-config --cflags mount 2>/dev/null)
4 MOUNT_LDLIBS := $(shell pkg-config --libs mount 2>/dev/null)
/tools/objtool/
DMakefile29 LIBELF_FLAGS := $(shell pkg-config libelf --cflags 2>/dev/null)
30 LIBELF_LIBS := $(shell pkg-config libelf --libs 2>/dev/null || echo -lelf)
42 elfshdr := $(shell echo '$(pound)include <libelf.h>' | $(CC) $(CFLAGS) -x c -E - | grep elf_getshdr)
/tools/testing/selftests/sparc64/
DMakefile2 uname_M := $(shell uname -m 2>/dev/null || echo not)
3 ARCH ?= $(shell echo $(uname_M) | sed -e s/x86_64/x86/)

123