Makefile
changeset 1188 d563dccb5adb
parent 1038 3b4d8f56a1bf
child 4196 d697072a92f5
--- a/Makefile	Fri Mar 01 14:09:35 2013 -0800
+++ b/Makefile	Fri Mar 01 16:32:02 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: