From: Zooko Wilcox-O'Hearn Date: Thu, 10 Oct 2013 01:52:44 +0000 (+0000) Subject: remove tahoe egg-info dir from the "clean" rule X-Git-Tag: allmydata-tahoe-1.10.1a1~212^2 X-Git-Url: https://git.rkrishnan.org/configuration.txt?a=commitdiff_plain;h=70939fb45410fe690795a55ae5b4834a22517640;p=tahoe-lafs%2Ftahoe-lafs.git remove tahoe egg-info dir from the "clean" rule fixes #2092 --- diff --git a/Makefile b/Makefile index d4533716..d468e9a4 100644 --- a/Makefile +++ b/Makefile @@ -234,7 +234,6 @@ test-clean: clean: rm -rf build _trial_temp _test_memory .built rm -f `find src *.egg -name '*.so' -or -name '*.pyc'` - rm -rf src/allmydata_tahoe.egg-info rm -rf support dist rm -rf `ls -d *.egg | grep -vEe"setuptools-|setuptools_darcs-|darcsver-"` rm -rf *.pyc