comparison make/bsd/Makefile @ 5946:3d7ea1dbe0de

7141246: build-infra merge: Introduce new JVM_VARIANT* to control which kind of jvm gets built Reviewed-by: dholmes, ohair
author erikj
date Mon, 19 Mar 2012 10:09:24 +0100
parents e8a4934564b2
children 957c266d8bc5 989cf02ca531
comparison
equal deleted inserted replaced
5945:77591ef8983a 5946:3d7ea1dbe0de
186 186
187 # This target list needs to be coordinated with the usage message 187 # This target list needs to be coordinated with the usage message
188 # in the build.sh script: 188 # in the build.sh script:
189 TARGETS = debug jvmg fastdebug optimized profiled product 189 TARGETS = debug jvmg fastdebug optimized profiled product
190 190
191 ifeq ($(ZERO_BUILD), true) 191 ifeq ($(findstring true, $(JVM_VARIANT_ZERO) $(JVM_VARIANT_ZEROSHARK)), true)
192 SUBDIR_DOCS = $(OSNAME)_$(VARIANTARCH)_docs 192 SUBDIR_DOCS = $(OSNAME)_$(VARIANTARCH)_docs
193 else 193 else
194 SUBDIR_DOCS = $(OSNAME)_$(BUILDARCH)_docs 194 SUBDIR_DOCS = $(OSNAME)_$(BUILDARCH)_docs
195 endif 195 endif
196 SUBDIRS_C1 = $(addprefix $(OSNAME)_$(BUILDARCH)_compiler1/,$(TARGETS)) 196 SUBDIRS_C1 = $(addprefix $(OSNAME)_$(BUILDARCH)_compiler1/,$(TARGETS))