6737659: debug bundles are empty jdk7-b34
authorohair
Sun Aug 17 09:56:25 2008 -0700 (19 months ago)
changeset 3246a989ab9329
parent 317aa4f433229a
child 33143c1abedb7d
child 37e18ad724572f
6737659: debug bundles are empty
Summary: Build order issue with debug build, caused final debug bundle to be empty.
Reviewed-by: tbell
Makefile
--- a/Makefile Thu Aug 14 09:26:18 2008 -0700
+++ b/Makefile Sun Aug 17 09:56:25 2008 -0700
@@ -74,7 +74,7 @@ all::
all::
@$(START_ECHO)
-all:: openjdk_check sanity all_product_build
+all:: openjdk_check sanity
ifeq ($(SKIP_FASTDEBUG_BUILD), false)
all:: fastdebug_build
@@ -87,6 +87,8 @@ ifneq ($(SKIP_OPENJDK_BUILD), true)
ifneq ($(SKIP_OPENJDK_BUILD), true)
all:: openjdk_build
endif
+
+all:: all_product_build
all::
@$(FINISH_ECHO)