Author: coke
Date: Wed Sep 21 06:43:39 2005
New Revision: 9229
Modified:
branches/leo-ctx5/config/gen/makefiles/root.in
Log:
At particle's suggestion, convert "make smoke-submit" into "make smoke".
Now the default "make smoke" will build parrot, run the test suite
(generating a local smoke.html file), and submit it to the server if
possible.
Modified: branches/leo-ctx5/config/gen/makefiles/root.in
==============================================================================
--- branches/leo-ctx5/config/gen/makefiles/root.in (original)
+++ branches/leo-ctx5/config/gen/makefiles/root.in Wed Sep 21 06:43:39 2005
@@ -1573,10 +1573,8 @@ tags.dummy:
#
###############################################################################
-smoke.html : all
+smoke : all
$(PERL) t/harness --html
-
-smoke-submit : smoke.html
$(PERL) util/smokeserv-client.pl smoke.html
smoke-clean :