aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohair <none@none>2008-08-17 09:56:25 -0700
committerohair <none@none>2008-08-17 09:56:25 -0700
commit48761cc3138b6d784a0de024c254f65ea0dd0429 (patch)
tree1d090b9f658bd54cdd747ab79a1530d34970d630
parent80743a1c63e258c622a7d6df9e528e7d841eb65d (diff)
6737659: debug bundles are emptyjdk7-b34
Summary: Build order issue with debug build, caused final debug bundle to be empty. Reviewed-by: tbell
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4181e29..54e5a25 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ include ./make/deploy-rules.gmk
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 @@ ifneq ($(SKIP_OPENJDK_BUILD), true)
all:: openjdk_build
endif
+all:: all_product_build
+
all::
@$(FINISH_ECHO)