Home
last modified time | relevance | path

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

/build/tools/
Ddump-package-stats58 UNAME=`uname`
59 if [ "x$UNAME" = "xDarwin" ]
62 elif [ "x$UNAME" = "xLinux" ]
66 fail "Unknown uname $UNAME"
/build/core/
Denvsetup.mk39 UNAME := $(shell uname -sm)
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)!)
Dmain.mk463 ifeq ($(findstring Linux,$(UNAME)),)
/build/core/combo/
DHOST_windows-x86_64.mk26 ifneq ($(findstring Linux,$(UNAME)),)
61 ifneq ($(findstring CYGWIN,$(UNAME)),)
DHOST_windows-x86.mk26 ifneq ($(findstring Linux,$(UNAME)),)
69 ifneq ($(findstring CYGWIN,$(UNAME)),)