hotspot/make/linux/Makefile
changeset 12156 fb31de03f649
parent 10559 a94d067da388
child 12503 9df71f999005
equal deleted inserted replaced
12155:e2a2328a872b 12156:fb31de03f649
   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))