mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 03:06:41 +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
|
$(PP) $(PYTHON) ./setup.py clean --all
|
||||||
|
|
||||||
clean-foolscap:
|
clean-foolscap:
|
||||||
-cd src/foolscap && \
|
-cd src/foolscap && $(PP) $(PYTHON) ./setup.py clean --all
|
||||||
$(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 -f debian
|
||||||
rm -rf instdir
|
rm -rf instdir
|
||||||
rm -f `find src/allmydata -name '*.so'`
|
rm -f `find src/allmydata -name '*.so'`
|
||||||
|
rm -f src/allmydata/_version.py
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cd src/zfec && python ./setup.py install && cd ../..
|
cd src/zfec && python ./setup.py install && cd ../..
|
||||||
|
Loading…
Reference in New Issue
Block a user