Lines Matching refs:shell
28 # Avoid interference with shell env settings
146 KBUILD_OUTPUT := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) \
234 HOSTARCH := $(shell uname -m | \
244 HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
260 CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
287 DARWIN_MAJOR_VERSION = $(shell sw_vers -productVersion | cut -f 1 -d '.')
288 DARWIN_MINOR_VERSION = $(shell sw_vers -productVersion | cut -f 2 -d '.')
290 os_x_before = $(shell if [ $(DARWIN_MAJOR_VERSION) -le $(1) -a \
343 ifneq ($(shell $(CROSS_COMPILE)ld.bfd -v 2> /dev/null),)
374 UBOOTRELEASE = $(shell cat include/config/uboot.release 2> /dev/null)
539 autoconf_is_old := $(shell find . -path ./$(KCONFIG_CONFIG) -newer \
610 ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-stack-usage.sh $(CC)),y)
619 ifeq ($(findstring 3.4,$(shell $(CC) --version)),3.4)
645 NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
735 PLATFORM_LIBGCC := -L $(shell dirname `$(CC) $(c_flags) -print-libgcc-file-name`) -lgcc
747 $(shell $(LD) --version | \
965 @file_size=$(shell wc -c u-boot-nodtb.bin | awk '{print $$1}') ; \
966 map_size=$(shell cat u-boot.map | \
1536 $(filter-out include, $(shell ls -1 $d 2>/dev/null))))