6737659: debug bundles are empty jdk7-b34

Sun, 17 Aug 2008 09:56:25 -0700

author
ohair
date
Sun, 17 Aug 2008 09:56:25 -0700
changeset 34
46a989ab9329
parent 33
7aa4f433229a
child 35
143c1abedb7d
child 39
e18ad724572f

6737659: debug bundles are empty
Summary: Build order issue with debug build, caused final debug bundle to be empty.
Reviewed-by: tbell

Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/Makefile	Thu Aug 14 09:26:18 2008 -0700
     1.2 +++ b/Makefile	Sun Aug 17 09:56:25 2008 -0700
     1.3 @@ -74,7 +74,7 @@
     1.4  all::
     1.5  	@$(START_ECHO)
     1.6  
     1.7 -all:: openjdk_check sanity all_product_build 
     1.8 +all:: openjdk_check sanity
     1.9  
    1.10  ifeq ($(SKIP_FASTDEBUG_BUILD), false)
    1.11    all:: fastdebug_build
    1.12 @@ -88,6 +88,8 @@
    1.13    all:: openjdk_build
    1.14  endif
    1.15  
    1.16 +all:: all_product_build 
    1.17 +
    1.18  all:: 
    1.19  	@$(FINISH_ECHO)
    1.20  

mercurial