On Oct 18, 2010, at 4:30 PM, David Holmes wrote:
Kelly O'Hair said the following on 10/19/10 03:23:
On Oct 17, 2010, at 10:35 PM, David Holmes wrote:
I happened to notice in jdk/make/common/shared/Sanity.gmk:
sane-gcc-compiler:
ifeq ($(PLATFORM), solaris)
ifndef OPENJDK
@if [ -r $(GCC_COMP
Kelly O'Hair said the following on 10/19/10 03:23:
On Oct 17, 2010, at 10:35 PM, David Holmes wrote:
I happened to notice in jdk/make/common/shared/Sanity.gmk:
sane-gcc-compiler:
ifeq ($(PLATFORM), solaris)
ifndef OPENJDK
@if [ -r $(GCC_COMPILER_PATH) ]; then \
fi
endif
ifeq
On Oct 17, 2010, at 10:35 PM, David Holmes wrote:
I happened to notice in jdk/make/common/shared/Sanity.gmk:
sane-gcc-compiler:
ifeq ($(PLATFORM), solaris)
ifndef OPENJDK
@if [ -r $(GCC_COMPILER_PATH) ]; then \
fi
endif
ifeq ($(PLATFORM), linux)
Looks to me like there's
I happened to notice in jdk/make/common/shared/Sanity.gmk:
sane-gcc-compiler:
ifeq ($(PLATFORM), solaris)
ifndef OPENJDK
@if [ -r $(GCC_COMPILER_PATH) ]; then \
fi
endif
ifeq ($(PLATFORM), linux)
Looks to me like there's a misplaced endif there.
David