8146871: Make the clean target silent in hotspot/test/Makefile
authorehelin
Thu, 14 Jan 2016 14:32:16 +0100
changeset 35505 2babb060aaf2
parent 35503 c0385153199d
child 35506 1de21a8bbbc5
8146871: Make the clean target silent in hotspot/test/Makefile Reviewed-by: erikj, mikael
hotspot/test/Makefile
--- a/hotspot/test/Makefile	Thu Jan 14 16:03:03 2016 +0100
+++ b/hotspot/test/Makefile	Thu Jan 14 14:32:16 2016 +0100
@@ -253,8 +253,8 @@
 
 # Cleanup
 clean:
-	$(RM) -r $(ABS_TEST_OUTPUT_DIR)
-	$(RM) $(ARCHIVE_BUNDLE)
+	@$(RM) -r $(ABS_TEST_OUTPUT_DIR)
+	@$(RM) $(ARCHIVE_BUNDLE)
 
 ################################################################