[svn:parrot] r46548 - in branches/ops_pct: compilers/opsc config/gen/makefiles

darbelo at svn.parrot.org darbelo at svn.parrot.org
Wed May 12 23:04:05 UTC 2010


Author: darbelo
Date: Wed May 12 23:04:04 2010
New Revision: 46548
URL: https://trac.parrot.org/parrot/changeset/46548

Log:
[Makefile] Move opsc cleanups out of their own target and into the general 'clean' one.

Modified:
   branches/ops_pct/compilers/opsc/Rules.mak
   branches/ops_pct/config/gen/makefiles/root.in

Modified: branches/ops_pct/compilers/opsc/Rules.mak
==============================================================================
--- branches/ops_pct/compilers/opsc/Rules.mak	Wed May 12 22:48:19 2010	(r46547)
+++ branches/ops_pct/compilers/opsc/Rules.mak	Wed May 12 23:04:04 2010	(r46548)
@@ -41,9 +41,6 @@
 opsc-test: opsc
 	$(PERL) compilers/opsc/t/harness compilers/opsc/t
 
-opsc-clean:
-	$(RM_F) $(OPSC_CLEANUPS)
-
 # Local variables:
 #   mode: makefile
 # End:

Modified: branches/ops_pct/config/gen/makefiles/root.in
==============================================================================
--- branches/ops_pct/config/gen/makefiles/root.in	Wed May 12 22:48:19 2010	(r46547)
+++ branches/ops_pct/config/gen/makefiles/root.in	Wed May 12 23:04:04 2010	(r46548)
@@ -1810,7 +1810,6 @@
 #IF(has_perldoc):    html-clean \
     examples-clean \
     ext-clean \
-    opsc-clean \
 #UNLESS(win32):    cover-clean \
     editor-clean
 	$(RM_F) chartypes "*.s" "*~"
@@ -1822,7 +1821,7 @@
 	$(RM_F) $(PIRC_CLEANUPS) $(PCT_CLEANUPS) $(DATA_JSON_CLEANUPS)
 	$(RM_F) $(DYNOPLIBS_CLEANUPS) $(DYNPMC_CLEANUPS)
 	$(RM_F) $(GEN_PASM_INCLUDES) $(GEN_PM_INCLUDES)
-	$(RM_F) ext/nqp-rx/src/gen/settings.pir
+	$(RM_F) ext/nqp-rx/src/gen/settings.pir $(OPSC_CLEANUPS)
 
 prog-clean :
 	$(RM_F) \


More information about the parrot-commits mailing list