From a91636b6f21d01e34ed0d332b02b7422a6412e8e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 3 Sep 2009 16:12:09 +0000 Subject: [PATCH] temporary turn off wsdl generation --- wsdl/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wsdl/Makefile b/wsdl/Makefile index 3367fafd..36d80afa 100644 --- a/wsdl/Makefile +++ b/wsdl/Makefile @@ -4,6 +4,13 @@ WSDLS = sfa.wsdl registry.wsdl slice-manager.wsdl aggregate.wsdl all: $(WSDLS) +# temporary: turn off wsdl generation as it is failing +TEMPORARY_OFF = yes + +ifdef TEMPORARY_OFF +%.wsdl: + touch $@ +else registry.wsdl: PYTHONPATH=../ ./sfa2wsdl.py --registry > $@ @@ -15,6 +22,7 @@ aggregate.wsdl: sfa.wsdl: PYTHONPATH=../ ./sfa2wsdl.py --registry --slice-manager --aggregate > $@ +endif #################### install # DESTDIR set but the calling Makefile in ../ -- 2.47.0