Subject: Re: Compiling the kernel
To: Tony Houghton <tonyh@tcp.co.uk>
From: Matthew Wilcox <willy@odie.barnet.ac.uk>
List: port-arm32
Date: 02/16/1998 01:38:05
Tony Houghton
> After not receiving the usual prompt help I get from asking things on
> this list I thought I'd try to get to the bottom of things myself so I
> had a look for one of the missing symbols:
> 
> find /usr/src/sys -name '*.c' -exec grep _assert_wait {} \;

May I recommend:

find /usr/src/sys -name "*.c" -print |xargs grep _assert_wait

It is much faster, particularly on a StrongARM!

-- 
"I was absolutely horrified to see a book entitled 'C++ for dummies'.  What
is the potential market for this book?  What programmer considers themself
to be a dummy?  Who wants to run code written by a dummy?  And perhaps
more importantly, someone who *considers themselves* to be a dummy?"