Makefile

changeset 34
46a989ab9329
parent 29
55b2666e52e1
child 65
93c2600a45a4
     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