mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
Makefile: more portable way to make clean succeed when there's nothing to rm
xargs doesn't have a "-r" option on Mac OS X.
This commit is contained in:
parent
a0b48c8354
commit
938dd97e63
2
Makefile
2
Makefile
@ -206,7 +206,7 @@ clean: clean-zfec clean-foolscap
|
|||||||
rm -rf build
|
rm -rf build
|
||||||
rm -f debian
|
rm -f debian
|
||||||
rm -rf instdir
|
rm -rf instdir
|
||||||
-find src/allmydata -name '*.so' -print0 |xargs -0 -r rm
|
-@find src/allmydata -name '*.so' -print0 |xargs -0 rm
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cd src/zfec && python ./setup.py install && cd ../..
|
cd src/zfec && python ./setup.py install && cd ../..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user