lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4a4bad9 3/3: Adjust whitespace


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4a4bad9 3/3: Adjust whitespace
Date: Sat, 20 Apr 2019 18:57:14 -0400 (EDT)

branch: master
commit 4a4bad9eec645342a06dcf9c07270803c5243bcf
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Adjust whitespace
    
    Indented the for-loop added in the preceding commit, and made some
    other minor whitespace-only changes--as a separate commit to make
    code review easier.
---
 install_msw.sh | 38 +++++++++++++++++---------------------
 1 file changed, 17 insertions(+), 21 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index 41b9331..eee8a0a 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -199,32 +199,28 @@ make $coefficiency --output-sync=recurse -f 
install_miscellanea.make
 export LMI_HOST
 for LMI_HOST in i686-w64-mingw32;
 do
+    make $coefficiency --output-sync=recurse -f install_libxml2_libxslt.make
 
-make $coefficiency --output-sync=recurse -f install_libxml2_libxslt.make
+    ./install_wx.sh
+    ./install_wxpdfdoc.sh
 
-./install_wx.sh
+    find /cache_for_lmi/downloads -type f | xargs md5sum
 
-./install_wxpdfdoc.sh
+    export PATH=/opt/lmi/local/bin:/opt/lmi/local/lib:$minimal_path
 
-find /cache_for_lmi/downloads -type f | xargs md5sum
-
-export PATH=/opt/lmi/local/bin:/opt/lmi/local/lib:$minimal_path
-
-make $coefficiency --output-sync=recurse wx_config_check
-make $coefficiency --output-sync=recurse show_flags
-make $coefficiency --output-sync=recurse clean
-make $coefficiency --output-sync=recurse install
-
-if [ "Cygwin" = "$platform" ]
-then
-    # No lmi binary should depend on any Cygwin library.
-
-    for z in /opt/lmi/bin/*; \
-      do cmd /c "$CYGCHECK $z" 2>&1 | grep --silent cygwin \
-        && printf '\ncygcheck %s\n' "$z" && cmd /c "$CYGCHECK $z"; \
-      done
-fi
+    make $coefficiency --output-sync=recurse wx_config_check
+    make $coefficiency --output-sync=recurse show_flags
+    make $coefficiency --output-sync=recurse clean
+    make $coefficiency --output-sync=recurse install
 
+    if [ "Cygwin" = "$platform" ]
+    then
+        # No lmi binary should depend on any Cygwin library.
+        for z in /opt/lmi/bin/*; \
+          do cmd /c "$CYGCHECK $z" 2>&1 | grep --silent cygwin \
+            && printf '\ncygcheck %s\n' "$z" && cmd /c "$CYGCHECK $z"; \
+          done
+    fi
 done
 
 # To regenerate authentication files:



reply via email to

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