From 23ec14dabe8a643f3095d9cf91eefef100a658a1 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 25 Nov 2019 20:56:27 +0000 Subject: bump build-common, add Makefile.inc copy for bootstrap --- bootstrap | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index e846307d8..073308c43 100755 --- a/bootstrap +++ b/bootstrap @@ -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 -- cgit v1.2.3