From 60f3608c2348625205bc46cdbbc27b9f01e07842 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 22 May 2018 11:24:50 +0200 Subject: note --- taler-build/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'taler-build/Makefile') 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 $@ -- cgit v1.2.3