# HG changeset patch # User ohair # Date 1218992185 25200 # Node ID 46a989ab932992b2084b946eeb322fa99b9fee6c # Parent 7aa4f433229afe89d4df378f58af09f2471a4f39 6737659: debug bundles are empty Summary: Build order issue with debug build, caused final debug bundle to be empty. Reviewed-by: tbell diff -r 7aa4f433229a -r 46a989ab9329 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:: @$(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)