Re: 2.3.51

From: Jamie Lokier (lk@tantalophile.demon.co.uk)
Date: Sun Mar 12 2000 - 15:52:44 EST


Daniel A. Nobuto wrote:
> Hi all,
>
> > Jamie promised to cook up better patch then mine but so far I've not seen
> > anything ...

That's about a patch to remove the kernel command line limit, not the
Makefile problem btw.

> How about:
> - find . -name '*.[oas]' -type f -print | grep -v lxdialog/ | xargs rm -f
> + find . -name '*.[oas]' -type f -exec sh -c "echo {}|grep -v lxdialogs && rm -f {}" \;

If you want it to run really sslloowwllyy, that's fine. But xargs
should be working anyway. Maybe there's a problem with the environment
space being too large (which I don't think xargs considers). `env -u'
command can be used to remove a large environment string, if there is
one inherited from `make' for example.

-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:22 EST