[svn:parrot] r44026 - in trunk: compilers/data_json config/gen/makefiles

coke at svn.parrot.org coke at svn.parrot.org
Tue Feb 16 16:33:59 UTC 2010


Author: coke
Date: Tue Feb 16 16:33:59 2010
New Revision: 44026
URL: https://trac.parrot.org/parrot/changeset/44026

Log:
cleanup compilers/data_json leftovers; bubaflub++

Modified:
   trunk/compilers/data_json/Defines.mak
   trunk/config/gen/makefiles/root.in

Modified: trunk/compilers/data_json/Defines.mak
==============================================================================
--- trunk/compilers/data_json/Defines.mak	Tue Feb 16 16:31:44 2010	(r44025)
+++ trunk/compilers/data_json/Defines.mak	Tue Feb 16 16:33:59 2010	(r44026)
@@ -1 +1,4 @@
 DATA_JSON_LIB_PBCS = compilers/data_json/data_json.pbc
+DATA_JSON_CLEANUPS = compilers/data_json/data_json.pbc \
+    compilers/data_json/data_json/grammar.pir \
+    compilers/data_json/data_json/pge2pir.pir

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Feb 16 16:31:44 2010	(r44025)
+++ trunk/config/gen/makefiles/root.in	Tue Feb 16 16:33:59 2010	(r44026)
@@ -1807,7 +1807,7 @@
 	$(RM_F) $(FLUID_FILES_2)
 	$(RM_RF) lib/Parrot/OpLib
 	$(RM_F) $(NQP_CLEANUPS) $(PGE_CLEANUPS) $(TGE_CLEANUPS) $(JSON_CLEANUPS)
-	$(RM_F) $(PIRC_CLEANUPS) $(PCT_CLEANUPS)
+	$(RM_F) $(PIRC_CLEANUPS) $(PCT_CLEANUPS) $(DATA_JSON_CLEANUPS)
 	$(RM_F) $(GEN_PASM_INCLUDES) $(GEN_PM_INCLUDES)
 
 prog-clean :


More information about the parrot-commits mailing list