From: Brian Warner <warner@lothar.com>
Date: Wed, 3 Sep 2014 01:32:27 +0000 (-0700)
Subject: Makefile: fix test-clean by using 'distclean'
X-Git-Tag: allmydata-tahoe-1.10.1a1~149
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%5B%5E?a=commitdiff_plain;h=83068a90c809a09e9f08f7a60beafe13725e564a;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: fix test-clean by using 'distclean'
---

diff --git a/Makefile b/Makefile
index a0e05583..17858940 100644
--- a/Makefile
+++ b/Makefile
@@ -221,10 +221,10 @@ test-git-ignore:
 	$(PYTHON) misc/build_helpers/test-git-ignore.py
 
 test-clean:
-	find . |grep -vEe "_darcs|allfiles.tmp|src/allmydata/_(version|appname).py" |sort >allfiles.tmp.old
+	find . |grep -vEe "allfiles.tmp|src/allmydata/_(version|appname).py" |sort >allfiles.tmp.old
 	$(MAKE)
-	$(MAKE) clean
-	find . |grep -vEe "_darcs|allfiles.tmp|src/allmydata/_(version|appname).py" |sort >allfiles.tmp.new
+	$(MAKE) distclean
+	find . |grep -vEe "allfiles.tmp|src/allmydata/_(version|appname).py" |sort >allfiles.tmp.new
 	diff allfiles.tmp.old allfiles.tmp.new
 
 # It would be nice if 'make clean' deleted any automatically-generated