mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
setup: adjust make clean target to ignore our bundled build tools
This commit is contained in:
parent
37444ce103
commit
3f55a720ec
2
Makefile
2
Makefile
@ -258,7 +258,7 @@ clean:
|
||||
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 -v setuptools-`
|
||||
rm -rf `ls -d *.egg | grep -vEe"setuptools-|setuptools_trial-|darcsver-"`
|
||||
rm -rf *.pyc
|
||||
rm -rf misc/dependencies/build misc/dependencies/temp
|
||||
rm -rf misc/dependencies/tahoe_deps.egg-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user