hotspot/make/solaris/Makefile
changeset 12502 a37189400e0d
parent 12501 ea7feae692ae
child 13865 f9792c89bd9d
equal deleted inserted replaced
12501:ea7feae692ae 12502:a37189400e0d
   276 treecore:  $(SUBDIRS_CORE)
   276 treecore:  $(SUBDIRS_CORE)
   277 treekernel:  $(SUBDIRS_KERNEL)
   277 treekernel:  $(SUBDIRS_KERNEL)
   278 
   278 
   279 # Doc target.  This is the same for all build options.
   279 # Doc target.  This is the same for all build options.
   280 #     Hence create a docs directory beside ...$(ARCH)_[...]
   280 #     Hence create a docs directory beside ...$(ARCH)_[...]
       
   281 # We specify 'BUILD_FLAVOR=product' so that the proper
       
   282 # ENABLE_FULL_DEBUG_SYMBOLS value is used.
   281 docs: checks
   283 docs: checks
   282 	$(QUIETLY) mkdir -p $(SUBDIR_DOCS)
   284 	$(QUIETLY) mkdir -p $(SUBDIR_DOCS)
   283 	$(MAKE) -f $(GAMMADIR)/make/$(OSNAME)/makefiles/jvmti.make $(MFLAGS) $(BUILDTREE_VARS) JvmtiOutDir=$(SUBDIR_DOCS) jvmtidocs
   285 	$(MAKE) -f $(GAMMADIR)/make/$(OSNAME)/makefiles/jvmti.make $(MFLAGS) $(BUILDTREE_VARS) JvmtiOutDir=$(SUBDIR_DOCS) BUILD_FLAVOR=product jvmtidocs
   284 
   286 
   285 # Synonyms for win32-like targets.
   287 # Synonyms for win32-like targets.
   286 compiler2:  jvmg product
   288 compiler2:  jvmg product
   287 
   289 
   288 compiler1:  jvmg1 product1
   290 compiler1:  jvmg1 product1