lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6502] Synchronize 'make' output


From: Greg Chicares
Subject: [lmi-commits] [6502] Synchronize 'make' output
Date: Wed, 10 Feb 2016 18:16:47 +0000

Revision: 6502
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6502
Author:   chicares
Date:     2016-02-10 18:16:09 +0000 (Wed, 10 Feb 2016)
Log Message:
-----------
Synchronize 'make' output

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

Modified: lmi/trunk/install_msw.sh
===================================================================
--- lmi/trunk/install_msw.sh    2016-02-10 18:12:09 UTC (rev 6501)
+++ lmi/trunk/install_msw.sh    2016-02-10 18:16:09 UTC (rev 6502)
@@ -37,8 +37,9 @@
 echo "Started: $stamp0"
 
 # '--jobs=4': big benefit for multicore, no penalty for single core.
-# '--output-sync=recurse': facilitates log comparison.
-export coefficiency='--jobs=4 --output-sync=recurse'
+# '--output-sync=recurse' is also used, passim, to facilitate log
+# comparison.
+export coefficiency='--jobs=4'
 
 mount
 
@@ -133,26 +134,26 @@
 
 rm --force --recursive scratch
 rm --force --recursive /MinGW_
-make $coefficiency -f install_mingw.make
-make $coefficiency -f install_mpatrol.make
+make $coefficiency --output-sync=recurse -f install_mingw.make
+make $coefficiency --output-sync=recurse -f install_mpatrol.make
 
-make $coefficiency -f install_miscellanea.make clobber
-make $coefficiency -f install_miscellanea.make
+make $coefficiency --output-sync=recurse -f install_miscellanea.make clobber
+make $coefficiency --output-sync=recurse -f install_miscellanea.make
 
-make $coefficiency -f install_libxml2_libxslt.make
+make $coefficiency --output-sync=recurse -f install_libxml2_libxslt.make
 
-make $coefficiency -f install_wx.make
+make $coefficiency --output-sync=recurse -f install_wx.make
 
-make $coefficiency -f install_wxpdfdoc.make
+make $coefficiency --output-sync=recurse -f install_wxpdfdoc.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 $coefficiency PATH=$minimal_path wx_config_check
-make $coefficiency PATH=$minimal_path show_flags
-make $coefficiency PATH=$minimal_path install
+make $coefficiency --output-sync=recurse PATH=$minimal_path wx_config_check
+make $coefficiency --output-sync=recurse PATH=$minimal_path show_flags
+make $coefficiency --output-sync=recurse 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]