[svn:parrot] r47208 - in trunk: config/gen/makefiles runtime/parrot/library/Test

bacek at svn.parrot.org bacek at svn.parrot.org
Mon May 31 10:38:11 UTC 2010


Author: bacek
Date: Mon May 31 10:38:11 2010
New Revision: 47208
URL: https://trac.parrot.org/parrot/changeset/47208

Log:
Disable building of dynops for corevm

Modified:
   trunk/config/gen/makefiles/root.in
   trunk/runtime/parrot/library/Test/More.pir

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon May 31 10:21:30 2010	(r47207)
+++ trunk/config/gen/makefiles/root.in	Mon May 31 10:38:11 2010	(r47208)
@@ -623,8 +623,7 @@
     $(PARROT) \
     runtime/parrot/include/parrotlib.pbc \
     runtime/parrot/include/config.fpmc \
-    $(LIBRARY_DIR)/Test/More.pbc \
-    $(DYNPMC_TARGETS)
+    $(LIBRARY_DIR)/Test/More.pbc
 
 $(GEN_LIBRARY) : $(PARROT) $(GEN_PASM_INCLUDES)
 
@@ -642,7 +641,7 @@
 
 $(LIBRARY_DIR)/LWP/Protocol.pbc: $(DYNEXT_DIR)/io_ops$(LOAD_EXT) $(DYNEXT_DIR)/sys_ops$(LOAD_EXT)
 
-$(LIBRARY_DIR)/Test/More.pbc: $(DYNEXT_DIR)/io_ops$(LOAD_EXT)
+$(LIBRARY_DIR)/Test/More.pbc:
 
 $(LIBRARY_DIR)/Archive/Tar.pbc: $(DYNEXT_DIR)/io_ops$(LOAD_EXT)
 

Modified: trunk/runtime/parrot/library/Test/More.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/More.pir	Mon May 31 10:21:30 2010	(r47207)
+++ trunk/runtime/parrot/library/Test/More.pir	Mon May 31 10:38:11 2010	(r47208)
@@ -67,8 +67,6 @@
 
 .namespace [ 'Test'; 'More' ]
 
-.loadlib 'io_ops'
-
 .sub _initialize :load
     load_bytecode 'Test/Builder.pbc'
 


More information about the parrot-commits mailing list