Makefile
changeset 1033 7e855e748b65
parent 948 5d6b06900843
child 2099 a9be2da8a8f2
--- a/Makefile	Thu Aug 14 09:26:27 2008 -0700
+++ b/Makefile	Wed Jul 05 16:40:23 2017 +0200
@@ -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)