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

/openjdk7/hotspot/src/share/tools/LogCompilation/
H A DMakefile40 isUnix := $(shell test -r c:/; echo $$?) macro
42 ifeq "$(isUnix)" "1"
/openjdk7/hotspot/agent/make/
H A DMakefile238 isUnix := $(shell test -r c:/; echo $$?) macro
240 ifeq "$(isUnix)" "1"

Completed in 37 milliseconds