commit bb0d2176c28805d4bc8e56c9823bbdfeab194239 parent 2852f4964ef6199f67148120f78960f883e62633 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 22 Nov 2016 14:33:56 +0100 force submodule update Diffstat:
| M | taler-build/update_landing.sh | | | 2 | +- |
| M | taler-build/update_merchant.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/taler-build/update_landing.sh b/taler-build/update_landing.sh @@ -10,7 +10,7 @@ git clean -fxd git fetch git reset --hard FETCH_HEAD -git submodule update --init +git submodule update --force --init AUTOMAKE="automake --foreign" autoreconf -fiv ./configure make diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh @@ -10,7 +10,7 @@ git clean -fdx git fetch git reset --hard FETCH_HEAD -git submodule update --init +git submodule update --init --force ./bootstrap ./configure CFLAGS='-ggdb -O0' \