lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch f8337db 2/5: Move documentation of an


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch f8337db 2/5: Move documentation of an alternative based on symlinks
Date: Sat, 20 Apr 2019 09:50:56 -0400 (EDT)

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

    Move documentation of an alternative based on symlinks
---
 install_msw.sh | 6 ------
 set_arch.sh    | 4 ++++
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index f5ded01..afb4e47 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -200,12 +200,6 @@ fi
 for LMI_HOST in i686-w64-mingw32 x86_64-w64-mingw32
 do
 
-# Symlinks make multi-arch work fairly simple. Commands like these can
-# be run manually (at the command line) to switch between architectures.
-# ...but try suppressing them...
-# ln --symbolic --force --no-dereference /opt/lmi/"$LMI_HOST"/local 
/opt/lmi/local
-# ln --symbolic --force --no-dereference /opt/lmi/"$LMI_HOST"/bin /opt/lmi/bin
-
 make $coefficiency --output-sync=recurse -f install_miscellanea.make clobber
 make $coefficiency --output-sync=recurse -f install_miscellanea.make
 
diff --git a/set_arch.sh b/set_arch.sh
index 1a8b9ec..befbcbf 100755
--- a/set_arch.sh
+++ b/set_arch.sh
@@ -42,6 +42,10 @@
 # it's used here, and its 'shellcheck' warning is disabled:
 # shellcheck disable=SC2039
 
+# Unimplemented alternative: use symlinks, e.g:
+#   ln --symbolic --force --no-dereference /opt/lmi/"$LMI_HOST"/bin 
/opt/lmi/bin
+# and likewise for /opt/lmi/local etc.
+
 foo()
 {
 local   lmi_build_type



reply via email to

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