Invalid sanity check

David Holmes David.Holmes at oracle.com
Mon Oct 18 05:35:16 UTC 2010


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



More information about the build-dev mailing list