[svn:parrot] r41512 - branches/pct-rx/config/gen/makefiles

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Sun Sep 27 05:56:50 UTC 2009


Author: pmichaud
Date: Sun Sep 27 05:56:48 2009
New Revision: 41512
URL: https://trac.parrot.org/parrot/changeset/41512

Log:
[build] Alter build sequence so that pbc_to_exe is built before nqp.

Modified:
   branches/pct-rx/config/gen/makefiles/root.in

Modified: branches/pct-rx/config/gen/makefiles/root.in
==============================================================================
--- branches/pct-rx/config/gen/makefiles/root.in	Sun Sep 27 03:30:27 2009	(r41511)
+++ branches/pct-rx/config/gen/makefiles/root.in	Sun Sep 27 05:56:48 2009	(r41512)
@@ -576,15 +576,15 @@
 
 all : \
     corevm \
-    docs \
 #IF(has_glut):    $(LIBGLUTCB_SO) \
-    compilers \
     $(DIS) \
     $(PARROT_CONFIG) \
     $(PBC_TO_EXE) \
     $(PBCMERGE) \
     $(PDB) \
     $(PDUMP) \
+    compilers \
+    docs \
 
 corevm : \
     flags_dummy \


More information about the parrot-commits mailing list