[svn:parrot] r43370 - in branches/one_make: . compilers/data_json compilers/imcc compilers/json compilers/nqp compilers/pct compilers/pge compilers/tge ext/nqp-rx tools/build

coke at svn.parrot.org coke at svn.parrot.org
Sat Jan 2 07:21:50 UTC 2010


Author: coke
Date: Sat Jan  2 07:21:49 2010
New Revision: 43370
URL: https://trac.parrot.org/parrot/changeset/43370

Log:
Fix codetest
(mostly svn props)

Modified:
   branches/one_make/MANIFEST.SKIP
   branches/one_make/compilers/data_json/Defines.mak   (props changed)
   branches/one_make/compilers/imcc/Defines.mak   (props changed)
   branches/one_make/compilers/json/Defines.mak   (props changed)
   branches/one_make/compilers/nqp/Defines.mak   (props changed)
   branches/one_make/compilers/pct/Defines.mak   (props changed)
   branches/one_make/compilers/pge/Defines.mak   (props changed)
   branches/one_make/compilers/tge/   (props changed)
   branches/one_make/compilers/tge/Defines.mak   (props changed)
   branches/one_make/ext/nqp-rx/Defines.mak   (props changed)
   branches/one_make/tools/build/dynoplibs.pl   (contents, props changed)

Modified: branches/one_make/MANIFEST.SKIP
==============================================================================
--- branches/one_make/MANIFEST.SKIP	Sat Jan  2 07:16:47 2010	(r43369)
+++ branches/one_make/MANIFEST.SKIP	Sat Jan  2 07:21:49 2010	(r43370)
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan  2 07:12:12 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan  2 07:20:10 2010 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -247,8 +247,8 @@
 ^compilers/pirc/t/subflags_?\.pir$
 ^compilers/pirc/t/subflags_?\.pir/
 # generated from svn:ignore of 'compilers/tge/'
-^compilers/tge/Makefile$
-^compilers/tge/Makefile/
+^compilers/tge/tge\.pbc$
+^compilers/tge/tge\.pbc/
 # generated from svn:ignore of 'compilers/tge/TGE/'
 ^compilers/tge/TGE/Parser\.pir$
 ^compilers/tge/TGE/Parser\.pir/

Modified: branches/one_make/tools/build/dynoplibs.pl
==============================================================================
--- branches/one_make/tools/build/dynoplibs.pl	Sat Jan  2 07:16:47 2010	(r43369)
+++ branches/one_make/tools/build/dynoplibs.pl	Sat Jan  2 07:21:49 2010	(r43370)
@@ -1,5 +1,5 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
-# $Id $
+# $Id$
 
 =head1 NAME
 


More information about the parrot-commits mailing list