build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit d81bbfabc2538932f631d3946bd6a9b95182b4f2
parent 15a48fda5e6463637f1af6be467f1521bcc0013e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Dec 2019 23:22:38 +0100

force getting remotes

Diffstat:
Mbootstrap.template | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bootstrap.template b/bootstrap.template @@ -11,4 +11,6 @@ if ! git --version >/dev/null; then fi git submodule update --init +git submodule update --recursive --remote +git submodule sync ln -sf build-system/taler-build-scripts/configure ./configure