6737659: debug bundles are empty

Build order issue with debug build, caused final debug bundle to be empty.

Reviewed-by: tbell
This commit is contained in:
Kelly O'Hair 2008-08-17 09:56:25 -07:00
parent 109504ddc4
commit 179908ef64

View File

@ -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)