Lines Matching refs:shell
57 # Avoid interference with shell env settings
153 KBUILD_EXTMOD := $(shell dirname $(KBUILD_EXTMOD).)
185 # expand a shell special character '~'. We use a somewhat tedious way here.
186 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
431 HOST_LFS_CFLAGS := $(shell getconf LFS_CFLAGS 2>/dev/null)
432 HOST_LFS_LDFLAGS := $(shell getconf LFS_LDFLAGS 2>/dev/null)
433 HOST_LFS_LIBS := $(shell getconf LFS_LIBS 2>/dev/null)
525 PAHOLE_FLAGS = $(shell PAHOLE=$(PAHOLE) $(srctree)/scripts/pahole-flags.sh)
670 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1))
1243 echo \#define LINUX_VERSION_CODE $(shell \
1246 echo \#define LINUX_VERSION_CODE $(shell \
1783 # now expand this into a simple variable to reduce the cost of shell evaluations