commit 60f3608c2348625205bc46cdbbc27b9f01e07842 parent 37fcdc01be73c356989e00be92adaca4e352ffb0 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 22 May 2018 11:24:50 +0200 note Diffstat:
| M | taler-build/Makefile | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/taler-build/Makefile b/taler-build/Makefile @@ -17,7 +17,17 @@ deployment-stamp: ./update_deployment.sh touch $@ -twister-stamp: gnunet-stamp exchange-stamp deployment-stamp +# NOTE: the twister _does_ depend on the exchange; +# in particular it depends on the testing API offered +# by the exchange. However, putting the exchange +# among the twister dependencies will cause circular +# dependency. Since it is the exchange depending "more" +# on the twister, we choose to NOT include the exchange +# as a twister dependency, and rather manually fix +# the situation whenever the twister will fail to +# build due to exchange's API breaks. + +twister-stamp: gnunet-stamp deployment-stamp ./update_twister.sh touch $@