remove tahoe egg-info dir from the "clean" rule

fixes #2092
This commit is contained in:
Zooko Wilcox-O'Hearn 2013-10-10 01:52:44 +00:00
parent 3529d31192
commit 70939fb454

View File

@ -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