From: Zooko O'Whielacronx Date: Wed, 18 Apr 2007 16:48:24 +0000 (-0700) Subject: GNUmakefile: don't stop clean if clean-pyfec fails X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~77 X-Git-Url: https://git.rkrishnan.org/COPYING.GPL?a=commitdiff_plain;h=f4b00f9737edb25cea17ee2a23ca71697d4b39b8;p=tahoe-lafs%2Ftahoe-lafs.git GNUmakefile: don't stop clean if clean-pyfec fails --- diff --git a/GNUmakefile b/GNUmakefile index 62fa43a1..cc7314a7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -54,7 +54,7 @@ test-pyfec: $(PP) $(PYTHON) src/pyfec/fec/test/test_pyfec.py clean-pyfec: - cd src/pyfec && python ./setup.py clean + -cd src/pyfec && python ./setup.py clean build-Crypto: