equal
deleted
inserted
replaced
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)) |