mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
Merge pull request #63 from zooko/2092-make-clean-shouldnt-remove-allmydata-tahoe-egg-info
remove tahoe egg-info dir from the "clean" rule
This commit is contained in:
commit
5b55ccc526
1
Makefile
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user