# HG changeset patch # User poonam # Date 1452883748 0 # Node ID 53cdc14ddc2a26935906b1330618474ce51482f8 # Parent aa2affc60a2f48f9f95c2729a3b8dfd56702630c# Parent 1de21a8bbbc58e6a7f9b056c70e9f61e42cbafb4 Merge diff -r aa2affc60a2f -r 53cdc14ddc2a hotspot/test/Makefile --- a/hotspot/test/Makefile Fri Jan 15 10:34:52 2016 -0800 +++ b/hotspot/test/Makefile Fri Jan 15 18:49:08 2016 +0000 @@ -253,8 +253,8 @@ # Cleanup clean: - $(RM) -r $(ABS_TEST_OUTPUT_DIR) - $(RM) $(ARCHIVE_BUNDLE) + @$(RM) -r $(ABS_TEST_OUTPUT_DIR) + @$(RM) $(ARCHIVE_BUNDLE) ################################################################