aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-25 20:56:27 +0000
committerng0 <ng0@n0.is>2019-11-25 20:56:27 +0000
commit23ec14dabe8a643f3095d9cf91eefef100a658a1 (patch)
tree0f84d674ae90084a18e032cd3fcb2e323c727d91 /bootstrap
parentfed973c362359293e18f061818652f8b0bce0349 (diff)
downloadgnunet-23ec14dabe8a643f3095d9cf91eefef100a658a1.tar.gz
gnunet-23ec14dabe8a643f3095d9cf91eefef100a658a1.zip
bump build-common, add Makefile.inc copy for bootstrap
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