make/linux/makefiles/buildtree.make

changeset 3649
3d7ea1dbe0de
parent 3600
7292cff45988
child 3726
74c359c4a9e5
     1.1 --- a/make/linux/makefiles/buildtree.make	Mon Mar 19 20:13:17 2012 +0100
     1.2 +++ b/make/linux/makefiles/buildtree.make	Mon Mar 19 10:09:24 2012 +0100
     1.3 @@ -66,7 +66,7 @@
     1.4  # For now, until the compiler is less wobbly:
     1.5  TESTFLAGS	= -Xbatch -showversion
     1.6  
     1.7 -ifeq ($(ZERO_BUILD), true)
     1.8 +ifeq ($(findstring true, $(JVM_VARIANT_ZERO) $(JVM_VARIANT_ZEROSHARK)), true)
     1.9    PLATFORM_FILE = $(shell dirname $(shell dirname $(shell pwd)))/platform_zero
    1.10  else
    1.11    ifdef USE_SUNCC

mercurial