summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-22 11:24:50 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-22 11:25:14 +0200
commit60f3608c2348625205bc46cdbbc27b9f01e07842 (patch)
tree985cdc3685e4efaf0f3eaa0f414fd901a4b5661d /taler-build
parent37fcdc01be73c356989e00be92adaca4e352ffb0 (diff)
downloaddeployment-60f3608c2348625205bc46cdbbc27b9f01e07842.tar.gz
deployment-60f3608c2348625205bc46cdbbc27b9f01e07842.tar.bz2
deployment-60f3608c2348625205bc46cdbbc27b9f01e07842.zip
note
Diffstat (limited to 'taler-build')
-rw-r--r--taler-build/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 3f9c027..3be57af 100644
--- 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 $@