[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 995bf3e 2/6: Ensure existence of directory re
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 995bf3e 2/6: Ensure existence of directory required by 'hooks/pre-commit' |
Date: |
Sun, 19 May 2019 19:29:18 -0400 (EDT) |
branch: master
commit 995bf3e27f92cf4aca0516820795f968b485bf75
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Ensure existence of directory required by 'hooks/pre-commit'
Added a command to create $localbindir, if it doesn't already exist,
so that the pre-commit hook runs even if lmi has not yet been built.
---
GNUmakefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/GNUmakefile b/GNUmakefile
index cf66057..e1a1e69 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -387,6 +387,7 @@ TEST_CODING_RULES := $(build_dir)/test_coding_rules$(EXEEXT)
.PHONY: custom_tools
custom_tools:
@$(MAKE) --file=$(this_makefile) --directory=$(srcdir)
test_coding_rules$(EXEEXT)
+ @$(MKDIR) --parents $(localbindir)
@$(CP) --preserve --update $(TEST_CODING_RULES) $(localbindir)
################################################################################
- [lmi-commits] [lmi] master updated (3ff6c00 -> 97a8cf8), Greg Chicares, 2019/05/19
- [lmi-commits] [lmi] master 4849fae 5/6: Make sure $LMI_COMPILER and $LMI_TRIPLET are set, Greg Chicares, 2019/05/19
- [lmi-commits] [lmi] master 97a8cf8 6/6: Fix an observed problem, Greg Chicares, 2019/05/19
- [lmi-commits] [lmi] master 6b5f5b2 4/6: Rely on 'set_toolchain.sh' to set $LMI_COMPILER and $LMI_TRIPLET, Greg Chicares, 2019/05/19
- [lmi-commits] [lmi] master 995bf3e 2/6: Ensure existence of directory required by 'hooks/pre-commit',
Greg Chicares <=
- [lmi-commits] [lmi] master 9a36758 1/6: Rewrite for clarity, Greg Chicares, 2019/05/19
- [lmi-commits] [lmi] master e5172aa 3/6: Set $LMI_COMPILER and $LMI_TRIPLET to defaults if unset or null, Greg Chicares, 2019/05/19