aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index e846307d8..073308c43 100755
--- a/bootstrap
+++ b/bootstrap
@@ -86,10 +86,16 @@ submodules()
86 fi 86 fi
87} 87}
88 88
89init_buildcommon_include()
90{
91 cp contrib/build-common/Makefile.inc contrib/Makefile.inc || true
92}
93
89main() 94main()
90{ 95{
91 cleanup 96 cleanup
92 submodules 97 submodules
98 init_buildcommon_include
93 check_uncrustify 99 check_uncrustify
94 check_yapf 100 check_yapf
95 check_libtool 101 check_libtool