make/common/shared/Sanity.gmk

Print this page

        

*** 86,97 **** GCC_VER :=$(call GetVersion,"$(_GCC_VER)") endif endif ifeq ($(PLATFORM), linux) ! FREE_SPACE := $(shell $(DF) --sync -kP $(OUTPUTDIR) | $(TAIL) -1 | $(NAWK) '{print $$4;}') ! TEMP_FREE_SPACE := $(shell $(DF) --sync -kP $(TEMP_DISK) | $(TAIL) -1 | $(NAWK) '{print $$4;}') # What kind of system we are using (Variation is the Linux vendor) OS_VERSION := $(shell uname -r) OS_VARIANT_NAME := $(shell \ if [ -f /etc/fedora-release ] ; then \ echo "Fedora"; \ --- 86,97 ---- GCC_VER :=$(call GetVersion,"$(_GCC_VER)") endif endif ifeq ($(PLATFORM), linux) ! FREE_SPACE := $(shell $(DF) -kP $(OUTPUTDIR) | $(TAIL) -1 | $(NAWK) '{print $$4;}') ! TEMP_FREE_SPACE := $(shell $(DF) -kP $(TEMP_DISK) | $(TAIL) -1 | $(NAWK) '{print $$4;}') # What kind of system we are using (Variation is the Linux vendor) OS_VERSION := $(shell uname -r) OS_VARIANT_NAME := $(shell \ if [ -f /etc/fedora-release ] ; then \ echo "Fedora"; \