Makefile
changeset 1038 3b4d8f56a1bf
parent 83 9ab0deb97868
child 1188 d563dccb5adb
--- a/Makefile	Mon Nov 05 09:26:49 2012 -0800
+++ b/Makefile	Mon Nov 05 14:07: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) $@" ; $(GMAKE) -C $@ $(TARGET)