mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
Makefile: improve 'clean' behavior by removing foolscap .pycs and _version.py
This commit is contained in:
parent
a98c5a7b41
commit
05dc85025f
5
Makefile
5
Makefile
@ -81,8 +81,8 @@ clean-zfec:
|
||||
$(PP) $(PYTHON) ./setup.py clean --all
|
||||
|
||||
clean-foolscap:
|
||||
-cd src/foolscap && \
|
||||
$(PP) $(PYTHON) ./setup.py clean --all
|
||||
-cd src/foolscap && $(PP) $(PYTHON) ./setup.py clean --all
|
||||
find src/foolscap -name '*.pyc' |xargs rm -f
|
||||
|
||||
|
||||
|
||||
@ -207,6 +207,7 @@ clean: clean-zfec clean-foolscap
|
||||
rm -f debian
|
||||
rm -rf instdir
|
||||
rm -f `find src/allmydata -name '*.so'`
|
||||
rm -f src/allmydata/_version.py
|
||||
|
||||
install:
|
||||
cd src/zfec && python ./setup.py install && cd ../..
|
||||
|
Loading…
Reference in New Issue
Block a user