make/linux/Makefile

Print this page

        

*** 186,196 **** # This target list needs to be coordinated with the usage message # in the build.sh script: TARGETS = debug jvmg fastdebug optimized profiled product ! ifeq ($(ZERO_BUILD), true) SUBDIR_DOCS = $(OSNAME)_$(VARIANTARCH)_docs else SUBDIR_DOCS = $(OSNAME)_$(BUILDARCH)_docs endif SUBDIRS_C1 = $(addprefix $(OSNAME)_$(BUILDARCH)_compiler1/,$(TARGETS)) --- 186,196 ---- # This target list needs to be coordinated with the usage message # in the build.sh script: TARGETS = debug jvmg fastdebug optimized profiled product ! ifeq ($(findstring true, $(JVM_VARIANT_ZERO) $(JVM_VARIANT_ZEROSHARK)), true) SUBDIR_DOCS = $(OSNAME)_$(VARIANTARCH)_docs else SUBDIR_DOCS = $(OSNAME)_$(BUILDARCH)_docs endif SUBDIRS_C1 = $(addprefix $(OSNAME)_$(BUILDARCH)_compiler1/,$(TARGETS))