diff -r e0e4b5ad6cb9 -r 6501cf9c29f9 Makefile --- a/Makefile Thu May 21 08:56:12 2015 -0700 +++ b/Makefile Thu May 21 13:48:49 2015 -0700 @@ -37,12 +37,13 @@ clobber: TARGET = clobber setup: TARGET = setup test: TARGET = test +system-test: TARGET = system-test component-hook: TARGET = component-hook .DEFAULT: publish download setup unpack patch prep build install publish validate clean clobber \ -test component-hook: $(SUBDIRS) +test system-test component-hook: $(SUBDIRS) $(SUBDIRS): FORCE @+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)