[svn:parrot] r47402 - trunk/config/gen/makefiles
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat Jun 5 22:58:12 UTC 2010
Author: bacek
Date: Sat Jun 5 22:58:11 2010
New Revision: 47402
URL: https://trac.parrot.org/parrot/changeset/47402
Log:
Temporary hack to build dynpmcs in corevm.
This is necessary evil to test Thread PMCs ability to clone dynamic
libraries.
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Sat Jun 5 22:56:31 2010 (r47401)
+++ trunk/config/gen/makefiles/root.in Sat Jun 5 22:58:11 2010 (r47402)
@@ -614,16 +614,17 @@
$(DATA_JSON_LIB_PBCS) \
$(NQP_LIB_PBCS) \
$(GEN_LIBRARY) \
- $(DYNPMC_TARGETS) \
$(DYNOPLIBS_TARGETS) \
$(LIBNCI_TEST_SO)
+# We build DYNPMC_TARGET in corevm. It's kinda hack to test t/pmc/threads.t CLONE_LIBRARIES
corevm : \
$(GEN_PM_INCLUDES) \
PARROT_LIBS \
$(PARROT) \
runtime/parrot/include/parrotlib.pbc \
runtime/parrot/include/config.fpmc \
+ $(DYNPMC_TARGETS) \
$(LIBRARY_DIR)/Test/More.pbc
$(GEN_LIBRARY) : $(PARROT) $(GEN_PASM_INCLUDES)
More information about the parrot-commits
mailing list