[svn:parrot] r43769 - in trunk/compilers/pct: . src/PAST src/PCT src/POST

cotto at svn.parrot.org cotto at svn.parrot.org
Mon Feb 8 02:53:17 UTC 2010


Author: cotto
Date: Mon Feb  8 02:53:16 2010
New Revision: 43769
URL: https://trac.parrot.org/parrot/changeset/43769

Log:
[build] add some svn:ignore properties and remove intermediate pbc files when cleaning
mikehh++ for noticing

Modified:
   trunk/compilers/pct/Defines.mak
   trunk/compilers/pct/src/PAST/   (props changed)
   trunk/compilers/pct/src/PCT/   (props changed)
   trunk/compilers/pct/src/POST/   (props changed)

Modified: trunk/compilers/pct/Defines.mak
==============================================================================
--- trunk/compilers/pct/Defines.mak	Mon Feb  8 00:33:21 2010	(r43768)
+++ trunk/compilers/pct/Defines.mak	Mon Feb  8 02:53:16 2010	(r43769)
@@ -5,4 +5,10 @@
     $(LIBRARY_DIR)/PCT/HLLCompiler.pbc \
     $(LIBRARY_DIR)/PCT/Dumper.pbc 
 
-PCT_CLEANUPS = $(PCT_LIB_PBCS)
+PCT_CLEANUPS = $(PCT_LIB_PBCS) \
+	compilers/pct/src/PCT/Node.pbc \
+	compilers/pct/src/PAST/Node.pbc \
+	compilers/pct/src/PAST/Compiler.pbc \
+	compilers/pct/src/POST/Node.pbc \
+	compilers/pct/src/POST/Compiler.pbc
+


More information about the parrot-commits mailing list