lkml.org 
[lkml]   [2000]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 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/

\
 
 \ /
  Last update: 2005-03-22 13:57    [from the cache]
©2003-2011 Jasper Spaans