lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5120] Support parallel builds


From: Greg Chicares
Subject: [lmi-commits] [5120] Support parallel builds
Date: Fri, 05 Nov 2010 03:15:13 +0000

Revision: 5120
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5120
Author:   chicares
Date:     2010-11-05 03:15:12 +0000 (Fri, 05 Nov 2010)
Log Message:
-----------
Support parallel builds

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/install_msw.sh

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2010-11-05 02:51:19 UTC (rev 5119)
+++ lmi/trunk/ChangeLog 2010-11-05 03:15:12 UTC (rev 5120)
@@ -26859,3 +26859,34 @@
   test_coding_rules.cpp
 Improve documentation.
 
+20101104T0037Z <address@hidden> [656]
+
+  install_cygwin.bat
+Do nothing if already installed.
+
+20101104T0049Z <address@hidden> [656]
+
+  INSTALL
+  install_cygwin.bat
+Move 'fstab' customization.
+
+20101104T0131Z <address@hidden> [656]
+
+  install_cygwin.bat
+  install_libxml2_libxslt.make
+  install_miscellanea.make
+  install_mpatrol.make
+  install_msw.sh
+  install_wx.make
+Share download cache across Cygwin versions.
+
+20101105T0251Z <address@hidden> [656]
+
+  install_msw.sh
+Accommodate 'mount' differences between Cygwin versions.
+
+20101105T0315Z <address@hidden> [656]
+
+  install_msw.sh
+Support parallel builds.
+

Modified: lmi/trunk/install_msw.sh
===================================================================
--- lmi/trunk/install_msw.sh    2010-11-05 02:51:19 UTC (rev 5119)
+++ lmi/trunk/install_msw.sh    2010-11-05 03:15:12 UTC (rev 5120)
@@ -154,25 +154,28 @@
 md5sum $0
 find /cache_for_lmi/downloads -type f | xargs md5sum
 
+# $coefficiency is intended for passing a '--jobs' option, e.g.
+#   export coefficiency='--jobs=12'
+
 rm --force --recursive scratch
 rm --force --recursive /MinGW_
-make prefix=/MinGW_ cache_dir=/cache_for_lmi/downloads -f install_mingw.make
+make $coefficiency prefix=/MinGW_ cache_dir=/cache_for_lmi/downloads -f 
install_mingw.make
 
-make -f install_miscellanea.make clobber
-make -f install_miscellanea.make
+make $coefficiency -f install_miscellanea.make clobber
+make $coefficiency -f install_miscellanea.make
 
-make -f install_libxml2_libxslt.make
+make $coefficiency -f install_libxml2_libxslt.make
 
-make -f install_wx.make
+make $coefficiency -f install_wx.make
 
 find /cache_for_lmi/downloads -type f | xargs md5sum
 
 export         PATH=/opt/lmi/local/bin:/opt/lmi/local/lib:$PATH
 export 
minimal_path=/opt/lmi/local/bin:/opt/lmi/local/lib:/usr/bin:/bin:/usr/sbin:/sbin
 
-make PATH=$minimal_path wx_config_check
-make PATH=$minimal_path show_flags
-make PATH=$minimal_path install
+make $coefficiency PATH=$minimal_path wx_config_check
+make $coefficiency PATH=$minimal_path show_flags
+make $coefficiency PATH=$minimal_path install
 
 # No lmi binary should depend on any Cygwin library.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]