Lines Matching refs:shell
8 GCC_MAJOR=$(shell echo __GNUC__ | $(CC) -E -x c - | tail -n 1)
9 GCC_MINOR=$(shell echo __GNUC_MINOR__ | $(CC) -E -x c - | tail -n 1)
14 ASL_COMPILER ?= $(shell which iasl)
16 BASEDIR := $(shell pwd)
52 BASH = $(shell which bash)
76 ifeq (true, $(shell [ $(GCC_MAJOR) -gt 4 ] && echo true))
79 ifeq (true, $(shell [ $(GCC_MAJOR) -eq 4 ] && [ $(GCC_MINOR) -ge 9 ] && echo true))
93 ifeq (true, $(shell [ $(GCC_MAJOR) -gt 8 ] && echo true))
179 ifeq (true, $(shell [ $(GCC_MAJOR) -eq 7 ] && [ $(GCC_MINOR) -ge 3 ] && echo true))
184 ifeq (true, $(shell [ $(GCC_MAJOR) -ge 8 ] && echo true))
398 DISTCLEAN_OBJS := $(shell find $(BASEDIR) -name '*.o')