comparison make/solaris/Makefile @ 6021:744728c16316

7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects product builds. Reviewed-by: ohair, jmelvin, sspitsyn
author dcubed
date Tue, 03 Apr 2012 09:48:34 -0700
parents d652a62d6e03
children 297543799769 989cf02ca531
comparison
equal deleted inserted replaced
6020:d652a62d6e03 6021:744728c16316
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