# HG changeset patch # User ehelin # Date 1452778336 -3600 # Node ID 2babb060aaf2cfbe18b569950d15dacab8f88ecb # Parent c0385153199d203402aa31663d90ecd7e7680191 8146871: Make the clean target silent in hotspot/test/Makefile Reviewed-by: erikj, mikael diff -r c0385153199d -r 2babb060aaf2 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) ################################################################