[svn:parrot] r43368 - in branches/one_make: compilers/json compilers/tge config/gen/makefiles

coke at svn.parrot.org coke at svn.parrot.org
Sat Jan 2 06:53:40 UTC 2010


Author: coke
Date: Sat Jan  2 06:53:39 2010
New Revision: 43368
URL: https://trac.parrot.org/parrot/changeset/43368

Log:
remove more generated files

Modified:
   branches/one_make/compilers/json/Defines.mak
   branches/one_make/compilers/tge/Defines.mak
   branches/one_make/config/gen/makefiles/root.in

Modified: branches/one_make/compilers/json/Defines.mak
==============================================================================
--- branches/one_make/compilers/json/Defines.mak	Sat Jan  2 04:03:16 2010	(r43367)
+++ branches/one_make/compilers/json/Defines.mak	Sat Jan  2 06:53:39 2010	(r43368)
@@ -1 +1,6 @@
 JSON_LIB_PBCS = compilers/json/JSON.pbc
+JSON_CLEANUPS = $(JSON_LIB_PBCS) \
+    compilers/json/JSON/grammar.pir \
+    compilers/json/JSON/pge2pir.pir \
+    compilers/json/JSON/grammar.pbc \
+    compilers/json/JSON/pge2pir.pbc

Modified: branches/one_make/compilers/tge/Defines.mak
==============================================================================
--- branches/one_make/compilers/tge/Defines.mak	Sat Jan  2 04:03:16 2010	(r43367)
+++ branches/one_make/compilers/tge/Defines.mak	Sat Jan  2 06:53:39 2010	(r43368)
@@ -1 +1,2 @@
 TGE_LIB_PBCS = $(LIBRARY_DIR)/TGE.pbc compilers/tge/tgc.pbc
+TGE_CLEANUPS = $(TGE_LIB_PBCS) compilers/tge/TGE/Parser.pir

Modified: branches/one_make/config/gen/makefiles/root.in
==============================================================================
--- branches/one_make/config/gen/makefiles/root.in	Sat Jan  2 04:03:16 2010	(r43367)
+++ branches/one_make/config/gen/makefiles/root.in	Sat Jan  2 06:53:39 2010	(r43368)
@@ -1910,7 +1910,7 @@
 	$(RM_F) $(FLUID_FILES_1)
 	$(RM_F) $(FLUID_FILES_2)
 	$(RM_RF) lib/Parrot/OpLib
-	$(RM_F) $(NQP_CLEANUPS) $(PGE_CLEANUPS)
+	$(RM_F) $(NQP_CLEANUPS) $(PGE_CLEANUPS) $(TGE_CLEANUPS) $(JSON_CLEANUPS)
 	$(RM_F) pirc$(EXE)
 
 prog-clean :


More information about the parrot-commits mailing list