Re: broken dependancies on alpha

Richard Henderson (rth@dot.cygnus.com)
Fri, 5 Jun 1998 17:39:44 -0700


On Thu, Jun 04, 1998 at 05:02:25PM -0500, Aaron M. Ucko wrote:
> > > +$(shell $(AS) --version 2>&1 > ./GAS_VER)
>
> Redirections are processed left-to-right; to point both stderr and
> stdout at GAS_VER, you want ">GAS_VER 2>&1", not the other way around.

And this whole nonsense will be fixed in a patch I'll be sending
to Linus momentarily. On top of it all there's no excuse for
using a GAS_VER file instead of a pipe.

r~

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu