8010268: Remove dependence upon clean target from jdk/test/Makefile prep target
authormduigou
Mon, 01 Apr 2013 12:02:19 -0700
changeset 16722 17f546b0276a
parent 16721 23adec24015f
child 16723 2b34a1eb3153
8010268: Remove dependence upon clean target from jdk/test/Makefile prep target Reviewed-by: tbell, mchung
jdk/test/Makefile
--- a/jdk/test/Makefile	Thu Mar 28 13:14:09 2013 -0700
+++ b/jdk/test/Makefile	Mon Apr 01 12:02:19 2013 -0700
@@ -336,7 +336,7 @@
 	@$(ECHO) "Testing completed successfully"
 
 # Prep for output
-prep: clean
+prep:
 	@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
 	@$(MKDIR) -p `$(DIRNAME) $(ARCHIVE_BUNDLE)`