lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 0d1aa08 3/5: Install source-only libra


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 0d1aa08 3/5: Install source-only libraries OAOO, not once per architecture
Date: Sat, 20 Apr 2019 09:50:56 -0400 (EDT)

branch: odd/multiarch
commit 0d1aa08b63fa351c7fbc83433dc3faa4d4d4dc57
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Install source-only libraries OAOO, not once per architecture
---
 install_msw.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index afb4e47..e3ae9b6 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -195,14 +195,14 @@ then
     make $coefficiency --output-sync=recurse -f install_mingw.make
 fi
 
+make $coefficiency --output-sync=recurse -f install_miscellanea.make clobber
+make $coefficiency --output-sync=recurse -f install_miscellanea.make
+
 # It seems like a good idea to build both 32- and 64-bit msw binaries,
 # at least until we abandon 32-bit builds altogether.
 for LMI_HOST in i686-w64-mingw32 x86_64-w64-mingw32
 do
 
-make $coefficiency --output-sync=recurse -f install_miscellanea.make clobber
-make $coefficiency --output-sync=recurse -f install_miscellanea.make
-
 make $coefficiency --output-sync=recurse -f install_libxml2_libxslt.make
 
 ./install_wx.sh



reply via email to

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