From: Zooko O'Whielacronx Date: Wed, 23 Jan 2008 17:43:37 +0000 (-0700) Subject: tests: it is okay to leave a src/allmydata/_auto_deps.py lying around after a build X-Git-Url: https://git.rkrishnan.org/listings/index.php?a=commitdiff_plain;h=573502c12a2b9701d1ba6400cf0bd826eaf57e98;p=tahoe-lafs%2Ftahoe-lafs.git tests: it is okay to leave a src/allmydata/_auto_deps.py lying around after a build --- diff --git a/Makefile b/Makefile index 777ae667..d7997caa 100644 --- a/Makefile +++ b/Makefile @@ -295,10 +295,10 @@ test-darcs-boringfile: $(PYTHON) misc/test-darcs-boringfile.py test-clean: - find . |grep -vEe"allfiles.tmp|src/allmydata/_version.py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.old + find . |grep -vEe"allfiles.tmp|src/allmydata/_(version|auto_deps).py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.old $(MAKE) $(MAKE) clean - find . |grep -vEe"allfiles.tmp|src/allmydata/_version.py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.new + find . |grep -vEe"allfiles.tmp|src/allmydata/_(version|auto_deps).py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.new diff allfiles.tmp.old allfiles.tmp.new clean: