[svn:parrot] r47603 - branches/cfunctionsdocs/config/gen/makefiles

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Jun 13 16:43:38 UTC 2010


Author: jkeenan
Date: Sun Jun 13 16:43:37 2010
New Revision: 47603
URL: https://trac.parrot.org/parrot/changeset/47603

Log:
'examples_tests' lacked 'test_prep' prerequisite.  Consequently, calling 'make examples_tests' directly after configuration failed miserably.

Modified:
   branches/cfunctionsdocs/config/gen/makefiles/root.in

Modified: branches/cfunctionsdocs/config/gen/makefiles/root.in
==============================================================================
--- branches/cfunctionsdocs/config/gen/makefiles/root.in	Sun Jun 13 16:43:12 2010	(r47602)
+++ branches/cfunctionsdocs/config/gen/makefiles/root.in	Sun Jun 13 16:43:37 2010	(r47603)
@@ -1798,7 +1798,7 @@
 manifest_tests :
 	$(PERL) t/harness $(MANIFEST_TEST_FILES)
 
-examples_tests :
+examples_tests : test_prep
 	$(PERL) t/harness $(EXAMPLES_TEST_FILES)
 
 # benchmark tests


More information about the parrot-commits mailing list