Re: 2.2.18pre12 fix for some distros

From: Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Date: Fri Sep 29 2000 - 21:21:08 EST


2.2.18pre12 fix for some distros said:
> Those distros that use which versions that are alias magic in bash
> need this to build 2.2.18pre12

No dice on Red Hat 6.9.5, it selects cc (and barfs). The unpatched version
works. In any case, with "> /dev/null" you are throwing away the result you
are looking for. Or did you mean something along the lines:

  if which kgcc > /dev/null 2> /dev/null ; then ...

-- 
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 Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 30 2000 - 21:00:26 EST