[bug 0.7.0rc1] Makefile + xargs errors
John A Meinel
john at arbash-meinel.com
Sat Jan 14 19:49:00 GMT 2006
Matthew D. Fuller wrote:
> On Sat, Jan 14, 2006 at 04:22:04PM +0200 I heard the voice of
> Jari Aalto, and lo! it spake thus:
>> 1) Supress warning messages
>
> Using `rm -f` should do this as well, without messing with
> redirection.
>
>
I'm +1 to changing it to:
-find . -name '*.pyc' -o -name '*.pyo' | xargs rm -f
I don't ever use 'make clean' myself. I would even consider removing the
Makefile entirely. (you can use 'bzr clean-tree --ignored' to do a
better job of cleaning up the tree anyway.)
But if people find it useful, it makes sense to change it to something
that doesn't give unnecessary warnings/errors.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060114/d60c94ce/attachment.pgp
More information about the bazaar
mailing list