Re: State of the new config & build system

From: Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Date: Mon Dec 31 2001 - 17:51:23 EST


Alan Cox <alan@lxorguk.ukuu.org.uk> said:
> Something like:
>
> find $TOPDIR -name "*.cf" -exec cat {} \; > Configure.help

Make that:

     cat `find $TOPDIR -name "*.cf"` > Configure.help #;-)

-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Vin~a del Mar, Chile                               +56 32 672616
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Dec 31 2001 - 21:00:26 EST