From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 18 Apr 2007 23:09:54 +0000 (-0700)
Subject: GNUmakefile: clean up better
X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~63
X-Git-Url: https://git.rkrishnan.org/components/listings/nxhtml.html?a=commitdiff_plain;h=224a66dbde605e2f7c74ee5638a1519073d74274;p=tahoe-lafs%2Ftahoe-lafs.git

GNUmakefile: clean up better
---

diff --git a/GNUmakefile b/GNUmakefile
index 486dd21d..7d9455ee 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -54,14 +54,14 @@ test-zfec:
 	$(PP) $(PYTHON) src/zfec/fec/test/test_zfec.py
 
 clean-zfec:
-	-cd src/zfec && python ./setup.py clean ; /bin/rm -rf build
+	-cd src/zfec && python ./setup.py clean --all
 
 
 build-Crypto:
 	cd src/Crypto && $(PYTHON) ./setup.py $(EXTRA_SETUP_ARGS) install --install-lib="$(INSTDIR)" --install-scripts="$(INSTDIR)/scripts"
 
 clean-Crypto:
-	cd src/Crypto && python ./setup.py clean
+	cd src/Crypto && python ./setup.py clean --all
 
 
 .PHONY: run-queen run-client test