Makefile
branchs11-update
changeset 2855 576d5a7857b7
parent 2434 6c9bb5cf5610
--- a/Makefile	Wed Dec 18 04:50:56 2013 -0800
+++ b/Makefile	Wed Dec 18 10:04:53 2013 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include make-rules/shared-macros.mk
@@ -43,6 +43,6 @@
 test: component-hook $(SUBDIRS)
 
 $(SUBDIRS):	FORCE
-	+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
+	@+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
 
 FORCE: