common/makefiles/Main.gmk

changeset 559
ef6adbf511cc
parent 518
6ff2e1280dc3
child 563
348a881c6da0
     1.1 --- a/common/makefiles/Main.gmk	Thu Dec 27 20:55:53 2012 +0100
     1.2 +++ b/common/makefiles/Main.gmk	Fri Dec 28 09:51:15 2012 +0100
     1.3 @@ -65,7 +65,11 @@
     1.4  
     1.5  ### Main targets
     1.6  
     1.7 -all: jdk
     1.8 +default: jdk
     1.9 +	@$(call CheckIfMakeAtEnd)
    1.10 +
    1.11 +all: images docs
    1.12 +	@$(call CheckIfMakeAtEnd)
    1.13  
    1.14  start-make:
    1.15  	@$(call AtMakeStart)
    1.16 @@ -126,12 +130,6 @@
    1.17  	@($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk overlay-images)
    1.18  	@$(call TargetExit)
    1.19  
    1.20 -bundles: images bundles-only
    1.21 -bundles-only: start-make
    1.22 -	@$(call TargetEnter)
    1.23 -	@($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk bundles)
    1.24 -	@$(call TargetExit)
    1.25 -
    1.26  install: images install-only
    1.27  install-only: start-make
    1.28  	@$(call TargetEnter)

mercurial