[svn:parrot] r47602 - trunk/config/gen/makefiles

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


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

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

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sun Jun 13 15:23:38 2010	(r47601)
+++ trunk/config/gen/makefiles/root.in	Sun Jun 13 16:43:12 2010	(r47602)
@@ -1799,7 +1799,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