Alan Cox <[EMAIL PROTECTED]> said:
> Something like:
> 
>       find $TOPDIR -name "*.cf" -exec cat {} \; > Configure.help 

Make that:

     cat `find $TOPDIR -name "*.cf"` > Configure.help #;-)
-- 
Horst von Brand                             [EMAIL PROTECTED]
Casilla 9G, Vin~a del Mar, Chile                               +56 32 672616

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

Reply via email to