--- a/components/Makefile Mon Nov 05 09:26:49 2012 -0800
+++ b/components/Makefile Mon Nov 05 14:07:04 2012 -0800
@@ -57,6 +57,7 @@
clean: TARGET = clean
clobber: TARGET = clobber
test: TARGET = test
+component-hook: TARGET = component-hook
prep build install publish test: TEMPLATE_ZONE=$(ZONE)
prep build install publish test: LOG = >$(WS_LOGS)/$(@F).$(TARGET).log 2>&1
@@ -73,6 +74,8 @@
download prep: $(COMPONENT_DIRS.nosetup)
+component-hook: $(COMPONENT_DIRS.nosetup)
+
clean: $(COMPONENT_DIRS.nosetup)
$(RM) components.mk depends.mk .profile