[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master b03530f 1/9: Improve documentation
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master b03530f 1/9: Improve documentation |
Date: |
Sat, 18 May 2019 14:50:01 -0400 (EDT) |
branch: master
commit b03530f0f26d19b33148c18da80cfb27a2e2ccb7
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Improve documentation
The added line is almost literally copied from 'msw_generic.make'.
Eventually, the original will be removed, when 'set_toolchain.sh' is
"sourced" in the top-level makefile, 'GNUmakefile', and duplicative
code in makefiles is removed.
---
set_toolchain.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/set_toolchain.sh b/set_toolchain.sh
index 54b7caa..cd8d06a 100755
--- a/set_toolchain.sh
+++ b/set_toolchain.sh
@@ -94,6 +94,7 @@ local prefix="/opt/lmi"
local exec_prefix="$prefix/${LMI_COMPILER}_${LMI_TRIPLET}"
local localbindir="$exec_prefix"/local/bin
local locallibdir="$exec_prefix"/local/lib
+# $winebindir is where 'install_miscellanea.make' places 'md5sum.exe'.
local winebindir="$prefix"/third_party/bin
# Running a command like this many times:
- [lmi-commits] [lmi] master updated (f2caa81 -> e0988be), Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 210257a 7/9: Source a script in a makefile, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master e0988be 9/9: Prefer xz to bzip2, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 7ea9aff 3/9: Import a terminal-tab setup script from branch odd/multiarch, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master f28084a 6/9: Prepare to "source" a script in a makefile, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 8cb87e1 8/9: Remove redundant duplication, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 67d4657 5/9: Fix defect introduced 20190420T2117: non-minimal $PATH, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master f52f6e1 4/9: Invoke 'set_toolchain.sh' instead of duplicating parts of it, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master e2e8d43 2/9: Adapt imported script to current directory structure, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master b03530f 1/9: Improve documentation,
Greg Chicares <=