Messages in this thread |  | | | Date | Sun, 12 Mar 2000 21:52:44 +0100 | | From | Jamie Lokier <> | | Subject | Re: 2.3.51 |
| |
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/
|  |