common/makefiles/Main.gmk

changeset 684
4c13b7994f38
parent 668
52d1b385a4ed
parent 677
fc1e08c2bb27
child 710
e2eb6bc06621
child 890
8a7e97848471
     1.1 --- a/common/makefiles/Main.gmk	Thu Apr 11 09:39:46 2013 -0700
     1.2 +++ b/common/makefiles/Main.gmk	Tue Apr 16 08:10:59 2013 -0700
     1.3 @@ -196,7 +196,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-nashorn clean-images clean-overlay-images clean-bootcycle-build clean-docs
     1.8 +clean: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-nashorn clean-images clean-overlay-images clean-bootcycle-build clean-docs clean-test
     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 @@ -237,6 +237,8 @@
    1.13  clean-docs:
    1.14  	$(call CleanComponent,docs)
    1.15  	$(call CleanComponent,docstemp)
    1.16 +clean-test:
    1.17 +	$(call CleanComponent,testoutput)
    1.18  
    1.19  .PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install
    1.20  .PHONY: langtools-only corba-only jaxp-only jaxws-only hotspot-only jdk-only nashorn-only images-only overlay-images-only install-only

mercurial