Searched refs:UNAME (Results 1 - 5 of 5) sorted by relevance

/build/tools/
H A Ddump-package-stats58 UNAME=`uname`
59 if [ "x$UNAME" = "xDarwin" ]
62 elif [ "x$UNAME" = "xLinux" ]
66 fail "Unknown uname $UNAME"
/build/core/combo/
H A DHOST_windows-x86_64.mk26 ifneq ($(findstring Linux,$(UNAME)),)
61 ifneq ($(findstring CYGWIN,$(UNAME)),)
H A DHOST_windows-x86.mk26 ifneq ($(findstring Linux,$(UNAME)),)
69 ifneq ($(findstring CYGWIN,$(UNAME)),)
/build/core/
H A Denvsetup.mk39 UNAME := $(shell uname -sm) macro
42 ifneq (,$(findstring Linux,$(UNAME)))
45 ifneq (,$(findstring Darwin,$(UNAME)))
48 ifneq (,$(findstring Macintosh,$(UNAME)))
51 ifneq (,$(findstring CYGWIN,$(UNAME)))
67 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
78 ifneq (,$(findstring x86_64,$(UNAME)))
94 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)
H A Dmain.mk463 ifeq ($(findstring Linux,$(UNAME)),)

Completed in 81 milliseconds