aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormduigou <none@none>2013-04-01 11:48:01 -0700
committermduigou <none@none>2013-04-01 11:48:01 -0700
commit8c011f34c55b2bfc013f3287b3723a4fcd22880a (patch)
tree23c443ef2697b4473f8b7682588bf70ae5d93784
parentdd065d6cc7a1b857fcc8488eea0d7fcfc58f5d63 (diff)
8010267: Add test-clean for cleaning of testoutput directory from output directory. Add depedency on test-clean to clean
Reviewed-by: mchung, tbell
-rw-r--r--common/makefiles/Main.gmk4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/makefiles/Main.gmk b/common/makefiles/Main.gmk
index 11dda4b..fa843a3 100644
--- a/common/makefiles/Main.gmk
+++ b/common/makefiles/Main.gmk
@@ -197,7 +197,7 @@ $(OUTPUT_ROOT)/source_tips: FRC
# Remove everything, except the output from configure.
-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: 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
@($(CD) $(OUTPUT_ROOT) && $(RM) -r tmp source_tips build.log* build-trace*.log*)
@$(ECHO) Cleaned all build artifacts.
@@ -238,6 +238,8 @@ clean-bootcycle-build:
clean-docs:
$(call CleanComponent,docs)
$(call CleanComponent,docstemp)
+clean-test:
+ $(call CleanComponent,testoutput)
.PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install
.PHONY: langtools-only corba-only jaxp-only jaxws-only hotspot-only jdk-only nashorn-only images-only overlay-images-only install-only