diff options
author | ng0 <ng0@n0.is> | 2019-11-25 20:56:27 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-11-25 20:56:27 +0000 |
commit | 23ec14dabe8a643f3095d9cf91eefef100a658a1 (patch) | |
tree | 0f84d674ae90084a18e032cd3fcb2e323c727d91 /bootstrap | |
parent | fed973c362359293e18f061818652f8b0bce0349 (diff) |
bump build-common, add Makefile.inc copy for bootstrap
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -86,10 +86,16 @@ submodules() fi } +init_buildcommon_include() +{ + cp contrib/build-common/Makefile.inc contrib/Makefile.inc || true +} + main() { cleanup submodules + init_buildcommon_include check_uncrustify check_yapf check_libtool |