Em Mon, Dec 31, 2001 at 07:51:23PM -0300, Horst von Brand escreveu:
> Alan Cox <[EMAIL PROTECTED]> said:
> > Something like:
> > 
> >     find $TOPDIR -name "*.cf" -exec cat {} \; > Configure.help 
> 
> Make that:
> 
>      cat `find $TOPDIR -name "*.cf"` > Configure.help #;-)

whatever is faster, do you have trustable benchmark numbers? ;)

Yes, its a joke, have a nice 2002 all!

- Arnaldo

_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to