changeset 32:46a989ab9329 jdk7-b34

6737659: debug bundles are empty Summary: Build order issue with debug build, caused final debug bundle to be empty. Reviewed-by: tbell
author ohair
date Sun, 17 Aug 2008 09:56:25 -0700
parents 7aa4f433229a
children 143c1abedb7d e18ad724572f
files Makefile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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::
 	@$(START_ECHO)
 
-all:: openjdk_check sanity all_product_build 
+all:: openjdk_check sanity
 
 ifeq ($(SKIP_FASTDEBUG_BUILD), false)
   all:: fastdebug_build
@@ -88,6 +88,8 @@
   all:: openjdk_build
 endif
 
+all:: all_product_build 
+
 all:: 
 	@$(FINISH_ECHO)