Author: particle
Date: Wed Jan 7 09:19:50 2009
New Revision: 35135
Modified:
trunk/languages/perl6/config/makefiles/root.in
Log:
[rakudo] fix typos in makefile template
Modified: trunk/languages/perl6/config/makefiles/root.in
==============================================================================
--- trunk/languages/perl6/config/makefiles/root.in (original)
+++ trunk/languages/perl6/config/makefiles/root.in Wed Jan 7 09:19:50 2009
@@ -182,7 +182,7 @@
@echo " spectest: Run the tests of the official test suite
that are known to pass."
@echo " spectest_full: Run all tests of the official test suite"
@echo " localtest: Run the official tests given in
t/localtest.data."
- @echo " fulltest: Run coretest, spectest_regression, and
codetest."
+ @echo " fulltest: Run coretest, spectest, and codetest."
@echo ""
@echo "Cleaning:"
@echo " clean: Basic cleaning up."
@@ -193,7 +193,7 @@
@echo " help: Print this help message."
@echo ""
-test : coretest
+test : coretest
coretest: all
prove t/pmc