lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3bdbfe44 1/4: Transitionally modify whitespac


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3bdbfe44 1/4: Transitionally modify whitespace
Date: Fri, 3 Mar 2023 22:02:26 -0500 (EST)

branch: master
commit 3bdbfe4444ac12e0dea97806989ecebc740a7406
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Transitionally modify whitespace
    
    This transitional commit makes the next two easier to review
    with 'git diff --color-moved'.
---
 install_msw.sh | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index 272cbce0..2966bc4e 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -300,25 +300,25 @@ do
 
     printf 'Building %s with %s for %s.\n' "lmi" "$LMI_COMPILER" "$LMI_TRIPLET"
 
-    # Set a minimal path for makefiles and scripts that are designed
-    # to be independent of lmi's runtime path.
-    export PATH="$minimal_path"
-
-    # Add ccache's symlinks directory because that's the least awful
-    # way to get ccache to work with autotools--see:
-    #   https://lists.nongnu.org/archive/html/lmi/2023-02/msg00027.html
-    autotooled_path=/usr/lib/ccache:"$minimal_path"
-    # and use a separate cache directory so that by default
-    #   ccache --show-stats -vv
-    # shows the outcome of lmi's more careful method.
-    autotooled_cache=/srv/cache_for_lmi/ccache_autotooled
+# Set a minimal path for makefiles and scripts that are designed
+# to be independent of lmi's runtime path.
+export PATH="$minimal_path"
+
+# Add ccache's symlinks directory because that's the least awful
+# way to get ccache to work with autotools--see:
+#   https://lists.nongnu.org/archive/html/lmi/2023-02/msg00027.html
+autotooled_path=/usr/lib/ccache:"$minimal_path"
+# and use a separate cache directory so that by default
+#   ccache --show-stats -vv
+# shows the outcome of lmi's more careful method.
+autotooled_cache=/srv/cache_for_lmi/ccache_autotooled
 
     CCACHE_DIR="$autotooled_cache" PATH="$autotooled_path" 
./install_xml_libraries.sh
 
     CCACHE_DIR="$autotooled_cache" PATH="$autotooled_path" ./install_wx.sh
     CCACHE_DIR="$autotooled_cache" PATH="$autotooled_path" 
./install_wxpdfdoc.sh
 
-    find /srv/cache_for_lmi/downloads -type f -print0 | xargs --null md5sum
+find /srv/cache_for_lmi/downloads -type f -print0 | xargs --null md5sum
 
     # Source this script only for commands that depend upon it.
     . ./set_toolchain.sh



reply via email to

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