--- a/Makefile Wed Nov 28 01:19:47 2012 -0800
+++ b/Makefile Thu Nov 29 06:06:04 2012 -0800
@@ -18,7 +18,7 @@
#
# CDDL HEADER END
#
-# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
#
include make-rules/shared-macros.mk
@@ -35,11 +35,12 @@
clobber: TARGET = clobber
setup: TARGET = setup
test: TARGET = test
+component-hook: TARGET = component-hook
.DEFAULT: publish
download setup prep build install publish validate clean clobber \
-test: $(SUBDIRS)
+test: component-hook $(SUBDIRS)
$(SUBDIRS): FORCE
+echo "$(TARGET) [email protected]" ; $(GMAKE) -C [email protected] $(TARGET)