common/makefiles/Main.gmk

changeset 518
6ff2e1280dc3
parent 506
78bb27faf889
child 559
ef6adbf511cc
     1.1 --- a/common/makefiles/Main.gmk	Wed Nov 28 13:15:56 2012 +0100
     1.2 +++ b/common/makefiles/Main.gmk	Wed Nov 28 13:40:17 2012 +0100
     1.3 @@ -165,7 +165,7 @@
     1.4  
     1.5  
     1.6  # Remove everything, except the output from configure.
     1.7 -clean: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-images clean-overlay-images clean-bootcycle-build
     1.8 +clean: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-images clean-overlay-images clean-bootcycle-build clean-docs
     1.9  	@($(CD) $(OUTPUT_ROOT) && $(RM) -r tmp source_tips build.log* build-trace*.log*)
    1.10  	@$(ECHO) Cleaned all build artifacts.
    1.11  
    1.12 @@ -201,6 +201,9 @@
    1.13  	$(call CleanComponent,overlay-images)
    1.14  clean-bootcycle-build:
    1.15  	$(call CleanComponent,bootcycle-build)
    1.16 +clean-docs:
    1.17 +	$(call CleanComponent,docs)
    1.18 +	$(call CleanComponent,docstemp)
    1.19  
    1.20  .PHONY: langtools corba jaxp jaxws hotspot jdk images overlay-images install
    1.21  .PHONY: langtools-only corba-only jaxp-only jaxws-only hotspot-only jdk-only images-only overlay-images-only install-only

mercurial