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

/openjdk7/hotspot/test/
H A DMakefile32 OSNAME = $(shell uname -s) macro
33 ifeq ($(OSNAME), SunOS)
41 ifeq ($(OSNAME), Linux)
49 ifeq ($(OSNAME), Darwin)
57 ifeq ($(findstring BSD,$(OSNAME)), BSD)
67 ifeq ($(OSNAME), Windows_NT) # MKS
70 ifeq ($(findstring CYGWIN,$(OSNAME)), CYGWIN)
/openjdk7/langtools/test/
H A DMakefile20 OSNAME = $(shell uname -s) macro
21 ifeq ($(OSNAME), SunOS)
29 ifeq ($(OSNAME), Linux)
37 ifeq ($(OSNAME), Darwin)
45 ifeq ($(OSNAME), Windows_NT)

Completed in 46 milliseconds