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

/openjdk7/hotspot/make/bsd/
H A DMakefile236 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION)) macro
239 ifeq ($(DISABLE_HOTSPOT_OS_VERSION_CHECK)$(EMPTY_IF_NOT_SUPPORTED),)
/openjdk7/hotspot/make/linux/
H A DMakefile236 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION)) macro
239 ifeq ($(DISABLE_HOTSPOT_OS_VERSION_CHECK)$(EMPTY_IF_NOT_SUPPORTED),)
/openjdk7/hotspot/make/solaris/
H A DMakefile190 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION)) macro
193 ifeq ($(DISABLE_HOTSPOT_OS_VERSION_CHECK)$(EMPTY_IF_NOT_SUPPORTED),)

Completed in 68 milliseconds