HomeSort by relevance Sort by last modified time
    Searched refs:UNAME (Results 1 - 6 of 6) sorted by null

  /build/tools/
dump-package-stats 58 UNAME=`uname`
59 if [ "x$UNAME" = "xDarwin" ]
62 elif [ "x$UNAME" = "xLinux" ]
66 fail "Unknown uname $UNAME"
  /build/core/combo/
HOST_windows-x86_64.mk 26 ifneq ($(findstring Linux,$(UNAME)),)
61 ifneq ($(findstring CYGWIN,$(UNAME)),)
HOST_windows-x86.mk 26 ifneq ($(findstring Linux,$(UNAME)),)
69 ifneq ($(findstring CYGWIN,$(UNAME)),)
  /build/core/
envsetup.mk 39 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)!
    [all...]
main.mk 42 ifeq (,$(findstring CYGWIN,$(shell uname -sm)))
463 ifeq ($(findstring Linux,$(UNAME)),)
    [all...]
  /ndk/build/core/
init.mk 145 # For other systems, use the `uname` output
146 UNAME := $(shell uname -s)
147 ifneq (,$(findstring Linux,$(UNAME)))
150 ifneq (,$(findstring Darwin,$(UNAME)))
154 ifneq (,$(findstring CYGWIN,$(UNAME)))
158 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
179 # Instead, we assume that a program named /bin/uname.exe
186 ifneq (,$(strip $(wildcard /bin/uname.exe))
    [all...]

Completed in 94 milliseconds