8010268: Remove dependence upon clean target from jdk/test/Makefile prep target

Reviewed-by: tbell, mchung
This commit is contained in:
Mike Duigou 2013-04-01 12:02:19 -07:00
parent 2ca495dd43
commit cd2f264ba1

View File

@ -336,7 +336,7 @@ all: jdk_default
@$(ECHO) "Testing completed successfully"
# Prep for output
prep: clean
prep:
@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
@$(MKDIR) -p `$(DIRNAME) $(ARCHIVE_BUNDLE)`