[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master updated (e503910 -> b30b5db)
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master updated (e503910 -> b30b5db) |
Date: |
Wed, 29 May 2019 18:49:05 -0400 (EDT) |
chicares pushed a change to branch master.
from e503910 Write most output files to print directory
new 0e9da3a Use Ubuntu 18.04 only for WSL
new 0d8f53e Resolve shellcheck "SC1117" warning
new 66fe46b Resolve more shellcheck "SC1117" warnings
new 1d9b9a6 Deduplicate
new 23ef51a Resolve a shellcheck "SC2166" warning
new b25a732 Resolve all shellcheck "SC2038" warnings
new a4ee62f Suppress certain shellcheck warnings
new f4cb231 Remove space after '#!'
new d52c37f Resolve a shellcheck "SC2034" warning
new ee293d1 Update certain URLs
new f760e3d Fix defect introduced 20190426T2304Z: wrong variable used
new aa29114 Improve command to copy compiler runtime files
new 19c0946 Copy compiler runtime files in one makefile target only
new c40f2f8 Routinely run shellcheck
new 3873eb0 Fix defect committed 20190521T2101: tested 'md5sums' in
wrong directory
new 9b9978f Avoid 'ls --classify'
new aebe56b Don't copy compiler runtime files to build directory
new b30b5db Make 'custom_tools' when rebuilding from scratch
Summary of changes:
GNUmakefile | 23 +++++++++++++---------
INSTALL | 5 ++++-
autodependency.make | 2 +-
autogen.sh | 2 +-
check_git_setup.sh | 4 ++--
check_script.sh | 51 ++++++++++++++++++++++++++++++++++++++++++++++++
gwc/develop1.txt | 4 ++--
gwc/develop2.txt | 34 ++++----------------------------
gwc/invert.sh | 3 +++
hooks/commit-msg | 4 ++--
hooks/pre-commit | 4 ++--
install_msw.sh | 7 ++++---
install_wsl.ps1 | 43 ++++++----------------------------------
nychthemeral_test.sh | 3 +++
set_toolchain.sh | 1 -
text_to_html_strings.sed | 2 +-
text_to_strings.sed | 2 +-
workhorse.make | 4 +---
18 files changed, 102 insertions(+), 96 deletions(-)
create mode 100755 check_script.sh
- [lmi-commits] [lmi] master updated (e503910 -> b30b5db),
Greg Chicares <=
- [lmi-commits] [lmi] master 0d8f53e 02/18: Resolve shellcheck "SC1117" warning, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 1d9b9a6 04/18: Deduplicate, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 0e9da3a 01/18: Use Ubuntu 18.04 only for WSL, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 66fe46b 03/18: Resolve more shellcheck "SC1117" warnings, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master a4ee62f 07/18: Suppress certain shellcheck warnings, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master b25a732 06/18: Resolve all shellcheck "SC2038" warnings, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master d52c37f 09/18: Resolve a shellcheck "SC2034" warning, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master ee293d1 10/18: Update certain URLs, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 19c0946 13/18: Copy compiler runtime files in one makefile target only, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 3873eb0 15/18: Fix defect committed 20190521T2101: tested 'md5sums' in wrong directory, Greg Chicares, 2019/05/29