From: Brian Warner <warner@lothar.com>
Date: Sat, 15 Sep 2007 20:55:59 +0000 (-0700)
Subject: Makefile: clean: remove _trial_temp/ and _test_memory/ too
X-Git-Tag: allmydata-tahoe-0.6.0~106
X-Git-Url: https://git.rkrishnan.org/specifications/vdrive/flags/install-details.html?a=commitdiff_plain;h=1f383b624b59fcf665a1c41eb2d86da3a836690e;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: clean: remove _trial_temp/ and _test_memory/ too
---

diff --git a/Makefile b/Makefile
index 8552cfdf..311702f2 100644
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ test-clean:
 	diff allfiles.tmp.old allfiles.tmp.new
 
 clean:
-	rm -rf build
+	rm -rf build _trial_temp _test_memory
 	rm -f debian
 	rm -f `find src/allmydata -name '*.so' -or -name '*.pyc'`
 	rm -rf tahoe_deps.egg-info allmydata_tahoe.egg-info