# HG changeset patch # User ihse # Date 1511806524 -3600 # Node ID 5434db052a0807521325497348cee25a5a37ceee # Parent fe7596497fb0f9cc3ed9d8fc431e0aadcfafaca4 8191856: "make clean-test" does not work properly Reviewed-by: erikj diff -r fe7596497fb0 -r 5434db052a08 make/Main.gmk --- a/make/Main.gmk Mon Nov 27 19:14:42 2017 +0100 +++ b/make/Main.gmk Mon Nov 27 19:15:24 2017 +0100 @@ -1049,7 +1049,7 @@ # file. CLEAN_DIRS += hotspot jdk bootcycle-build test buildtools support \ - images make-support test-make bundles buildjdk + images make-support test-make bundles buildjdk test-results test-support CLEAN_DIR_TARGETS := $(addprefix clean-, $(CLEAN_DIRS)) CLEAN_SUPPORT_DIRS += demos CLEAN_SUPPORT_DIR_TARGETS := $(addprefix clean-, $(CLEAN_SUPPORT_DIRS)) @@ -1094,6 +1094,8 @@ # while classes and touch files end up in jdk. clean-support: clean-jdk +clean-test: clean-test-results clean-test-support + # Remove everything, including configure configuration. If the output # directory was created by configure and now becomes empty, remove it as well. dist-clean: clean