[svn:parrot] r44838 - branches/pcc_hackathon_6Mar10/config/gen/makefiles

coke at svn.parrot.org coke at svn.parrot.org
Wed Mar 10 01:23:07 UTC 2010


Author: coke
Date: Wed Mar 10 01:23:04 2010
New Revision: 44838
URL: https://trac.parrot.org/parrot/changeset/44838

Log:
Naive attempt to minimize corevm.

Modified:
   branches/pcc_hackathon_6Mar10/config/gen/makefiles/root.in

Modified: branches/pcc_hackathon_6Mar10/config/gen/makefiles/root.in
==============================================================================
--- branches/pcc_hackathon_6Mar10/config/gen/makefiles/root.in	Wed Mar 10 00:28:54 2010	(r44837)
+++ branches/pcc_hackathon_6Mar10/config/gen/makefiles/root.in	Wed Mar 10 01:23:04 2010	(r44838)
@@ -617,17 +617,17 @@
     $(PCT_LIB_PBCS) \
     $(JSON_LIB_PBCS) \
     $(DATA_JSON_LIB_PBCS) \
-    $(NQP_LIB_PBCS)
+    $(NQP_LIB_PBCS) \
+    $(GEN_LIBRARY)
 
 corevm : \
     flags_dummy \
-	$(GEN_PM_INCLUDES) \
+    $(GEN_PM_INCLUDES) \
     PARROT_LIBS \
     $(PARROT) \
     runtime/parrot/include/parrotlib.pbc \
     runtime/parrot/include/config.fpmc \
     $(LIBNCI_TEST_SO) \
-    $(GEN_LIBRARY) \
     dynpmc \
     dynoplibs
 


More information about the parrot-commits mailing list