Home
last modified time | relevance | path

Searched refs:shell (Results 276 - 300 of 867) sorted by relevance

1...<<11121314151617181920>>...35

/kernel/linux/linux-6.6/tools/testing/selftests/sched/
H A DMakefile3 ifneq ($(shell $(CC) --version 2>&1 | head -n 1 | grep clang),)
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile3 UNAME_M := $(shell uname -m)
/kernel/liteos_a/security/
H A DMakefile32 MODULE_NAME := $(notdir $(shell pwd))
/kernel/liteos_a/shell/
H A DMakefile32 MODULE_NAME := $(notdir $(shell pwd))
/kernel/liteos_a/apps/tftp/
H A DMakefile32 APP_NAME := $(notdir $(shell pwd))
/kernel/liteos_a/apps/shell/
H A DMakefile32 APP_NAME := $(notdir $(shell pwd))
/third_party/ltp/testcases/kernel/syscalls/swapon/
H A DMakefile4 NEEDSPECIAL := $(shell echo MAX_SWAPFILES | $(CC) -E -xc -include linux/swap.h 2>/dev/null - | tail -n 1 | grep 32; echo $?)
/third_party/ltp/testcases/kernel/sched/nptl/
H A DMakefile24 HAS_NPTL ?= $(shell getconf GNU_LIBPTHREAD_VERSION 2>/dev/null| grep -q NPTL && echo yes)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dbootstrap.py19 rc = subprocess.call(gclient_cmd, shell=True)
21 print('could not run "%s" via shell' % gclient_cmd)
/kernel/linux/build/
H A Dkernel_build.py161 def exec_cmd(command_list, shell=False, show_output=False, cwd=None):
172 command_list if not shell else ' '.join(command_list),
174 shell=shell,
/kernel/linux/linux-6.6/arch/powerpc/
H A DMakefile20 uname := $(shell uname -m)
23 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi)
392 $(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "PACA_CANARY") print $$3;}' include/generated/asm-offsets.h))
394 $(eval KBUILD_CFLAGS += -mstack-protector-guard-offset=$(shell awk '{if ($$2 == "TASK_CANARY") print $$3;}' include/generated/asm-offsets.h))
/kernel/linux/linux-5.10/tools/lib/bpf/
H A DMakefile8 LIBBPF_VERSION := $(shell \
141 TAGS_PROG := $(if $(shell which etags 2>/dev/null),etags,ctags)
143 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \
148 VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
/third_party/json/
H A DMakefile8 SED:=$(shell command -v gsed || which sed)
16 SRCS=$(shell find include -type f | sort)
19 TESTS_SRCS=$(shell find tests -type f \( -name '*.hpp' -o -name '*.cpp' -o -name '*.cu' \) -not -path 'tests/thirdparty/*' -not -path 'tests/abi/include/nlohmann/*' | sort)
220 rsync -R $(shell find LICENSE.MIT nlohmann_json.natvis CMakeLists.txt cmake/*.in include single_include -type f) json
221 gtar --sort=name --mtime="@$(shell git log -1 --pretty=%ct)" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime --create --file - json | xz --compress -9e --threads=2 - > json.tar.xz
/third_party/node/deps/v8/tools/
H A Dlocs.py142 if subprocess.call(autoninja, shell=True, stdout=out) != 0:
151 if subprocess.call(ninja, shell=True, stdout=out) != 0:
161 if subprocess.call(ninja, shell=True, stdout=out) != 0:
414 runcmd, shell=True, cwd=key['directory'], stdout=subprocess.PIPE)
/third_party/python/Lib/idlelib/
H A Ddebugger_r.py297 def __init__(self, conn, shell, oid):
300 self.shell = shell
311 self.shell.interp.active_seq = seq
/kernel/linux/linux-5.10/arch/csky/boot/
H A DMakefile21 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/kernel/linux/linux-6.6/arch/csky/boot/
H A DMakefile20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
H A DMakefile12 mte_cc_support := $(shell if ($(CC) $(CFLAGS) -E -x c /dev/null -o /dev/null 2>&1) then echo "1"; fi)
/kernel/linux/linux-5.10/tools/perf/arch/arm64/
H A DMakefile20 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-5.10/tools/perf/arch/loongarch/
H A DMakefile20 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-5.10/tools/perf/arch/x86/
H A DMakefile19 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/s390/
H A DMakefile20 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/mips/
H A DMakefile14 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/
H A DMakefile20 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/kernel/linux/linux-6.6/tools/perf/arch/arm64/
H A DMakefile21 _dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')

Completed in 6 milliseconds

1...<<11121314151617181920>>...35