8191856: "make clean-test" does not work properly
Reviewed-by: erikj
This commit is contained in:
parent
f0f5ef65f0
commit
1bce1af973
@ -1049,7 +1049,7 @@ ALL_TARGETS += default jdk images docs bundles all
|
|||||||
# file.
|
# file.
|
||||||
|
|
||||||
CLEAN_DIRS += hotspot jdk bootcycle-build test buildtools support \
|
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_DIR_TARGETS := $(addprefix clean-, $(CLEAN_DIRS))
|
||||||
CLEAN_SUPPORT_DIRS += demos
|
CLEAN_SUPPORT_DIRS += demos
|
||||||
CLEAN_SUPPORT_DIR_TARGETS := $(addprefix clean-, $(CLEAN_SUPPORT_DIRS))
|
CLEAN_SUPPORT_DIR_TARGETS := $(addprefix clean-, $(CLEAN_SUPPORT_DIRS))
|
||||||
@ -1094,6 +1094,8 @@ $(CLEAN_MODULE_PHASE_TARGETS):
|
|||||||
# while classes and touch files end up in jdk.
|
# while classes and touch files end up in jdk.
|
||||||
clean-support: clean-jdk
|
clean-support: clean-jdk
|
||||||
|
|
||||||
|
clean-test: clean-test-results clean-test-support
|
||||||
|
|
||||||
# Remove everything, including configure configuration. If the output
|
# Remove everything, including configure configuration. If the output
|
||||||
# directory was created by configure and now becomes empty, remove it as well.
|
# directory was created by configure and now becomes empty, remove it as well.
|
||||||
dist-clean: clean
|
dist-clean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user