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

coke at svn.parrot.org coke at svn.parrot.org
Fri Dec 4 20:26:54 UTC 2009


Author: coke
Date: Fri Dec  4 20:26:53 2009
New Revision: 42893
URL: https://trac.parrot.org/parrot/changeset/42893

Log:
"make clean" should clean ext/nqp-rx

This is a partial fix for insuring ext/nqp-rx gets rebuild on a
'make realclean && perl Configure.pl && make' cycle. (Esp. important
when parrot's bytecode compatibility changes.)

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Fri Dec  4 20:05:00 2009	(r42892)
+++ trunk/config/gen/makefiles/root.in	Fri Dec  4 20:26:53 2009	(r42893)
@@ -1456,6 +1456,9 @@
 	$(MAKE) compilers/data_json clean
 	$(MAKE) compilers/pirc clean
 
+ext-clean:
+	$(MAKE) ext/nqp-rx clean
+
 ###############################################################################
 #
 # editors targets:
@@ -1679,6 +1682,7 @@
     examples-clean \
     imcc-clean \
     compilers-clean \
+    ext-clean \
 #UNLESS(win32):    cover-clean \
     editor-clean
 	@TEMP_cg_r@


More information about the parrot-commits mailing list