[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master b30b5db 18/18: Make 'custom_tools' when rebui
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master b30b5db 18/18: Make 'custom_tools' when rebuilding from scratch |
Date: |
Wed, 29 May 2019 18:49:10 -0400 (EDT) |
branch: master
commit b30b5db803d364e94ec8a2846f482df1e820a270
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Make 'custom_tools' when rebuilding from scratch
It was annoying that the git precommit hook didn't just work after a
complete rebuild.
---
install_msw.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/install_msw.sh b/install_msw.sh
index 6c63cc5..13048c9 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -279,6 +279,7 @@ do
make $coefficiency --output-sync=recurse show_flags
make $coefficiency --output-sync=recurse clean
make $coefficiency --output-sync=recurse install
+ make $coefficiency --output-sync=recurse custom_tools
if [ "Cygwin" = "$platform" ]
then
- [lmi-commits] [lmi] master d52c37f 09/18: Resolve a shellcheck "SC2034" warning, (continued)
- [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
- [lmi-commits] [lmi] master c40f2f8 14/18: Routinely run shellcheck, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master aebe56b 17/18: Don't copy compiler runtime files to build directory, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master 9b9978f 16/18: Avoid 'ls --classify', Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master f4cb231 08/18: Remove space after '#!', Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master aa29114 12/18: Improve command to copy compiler runtime files, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master f760e3d 11/18: Fix defect introduced 20190426T2304Z: wrong variable used, Greg Chicares, 2019/05/29
- [lmi-commits] [lmi] master b30b5db 18/18: Make 'custom_tools' when rebuilding from scratch,
Greg Chicares <=
- [lmi-commits] [lmi] master 23ef51a 05/18: Resolve a shellcheck "SC2166" warning, Greg Chicares, 2019/05/29