Lines Matching refs:shell
49 # Avoid interference with shell env settings
137 # expand a shell special character '~'. We use a somewhat tedious way here.
138 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
353 KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
413 HOST_LFS_CFLAGS := $(shell getconf LFS_CFLAGS 2>/dev/null)
414 HOST_LFS_LDFLAGS := $(shell getconf LFS_LDFLAGS 2>/dev/null)
415 HOST_LFS_LIBS := $(shell getconf LFS_LIBS 2>/dev/null)
476 PAHOLE_FLAGS = $(shell PAHOLE=$(PAHOLE) $(srctree)/scripts/pahole-flags.sh)
574 ifneq ($(shell $(CC) --version 2>&1 | head -n 1 | grep clang),)
582 CC_VERSION_TEXT = $(shell $(CC) --version 2>/dev/null | head -n 1)
953 NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
1120 HOST_LIBELF_LIBS = $(shell pkg-config libelf --libs 2>/dev/null || echo -lelf)
1310 echo \#define LINUX_VERSION_CODE $(shell \
1313 echo \#define LINUX_VERSION_CODE $(shell \