hotspot/test/Makefile
changeset 35505 2babb060aaf2
parent 33588 13edf132ffa0
child 35526 b0a52e3dd474
--- 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)
 
 ################################################################