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

coke at svn.parrot.org coke at svn.parrot.org
Tue Jan 26 14:39:16 UTC 2010


Author: coke
Date: Tue Jan 26 14:39:15 2010
New Revision: 43601
URL: https://trac.parrot.org/parrot/changeset/43601

Log:
testG conflict with testg on windows, so use more characters.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Jan 26 09:44:11 2010	(r43600)
+++ trunk/config/gen/makefiles/root.in	Tue Jan 26 14:39:15 2010	(r43601)
@@ -1698,8 +1698,8 @@
 testg : test_prep
 	$(PERL) t/harness $(EXTRA_TEST_ARGS) -g $(RUNCORE_TEST_FILES)
 
-# GC Debug core
-testG : test_prep
+# gcdebug core
+testgcd : test_prep
 	$(PERL) t/harness $(EXTRA_TEST_ARGS) -G $(RUNCORE_TEST_FILES)
 
 # JIT core - target retained, but falls back to standard core


More information about the parrot-commits mailing list