Searched defs:SYSTEM_UNAME (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/make/
H A DMakefile41 SYSTEM_UNAME := $(shell uname) macro
45 ifeq ($(SYSTEM_UNAME), Windows_NT)
51 ifneq (,$(findstring CYGWIN,$(SYSTEM_UNAME)))

Completed in 47 milliseconds