common/makefiles/Main.gmk
changeset 15053 64278cb83950
parent 14466 2f85b948660b
child 15057 6cdc13b4157e
--- a/common/makefiles/Main.gmk	Thu Dec 27 20:55:53 2012 +0100
+++ b/common/makefiles/Main.gmk	Fri Dec 28 09:51:15 2012 +0100
@@ -65,7 +65,11 @@
 
 ### Main targets
 
-all: jdk
+default: jdk
+	@$(call CheckIfMakeAtEnd)
+
+all: images docs
+	@$(call CheckIfMakeAtEnd)
 
 start-make:
 	@$(call AtMakeStart)
@@ -126,12 +130,6 @@
 	@($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk overlay-images)
 	@$(call TargetExit)
 
-bundles: images bundles-only
-bundles-only: start-make
-	@$(call TargetEnter)
-	@($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk bundles)
-	@$(call TargetExit)
-
 install: images install-only
 install-only: start-make
 	@$(call TargetEnter)