Re: broken dependancies on alpha

Aaron M. Ucko (amu@MIT.EDU)
04 Jun 1998 17:02:25 -0500


pw@dancer.ca.sandia.gov (Pete Wyckoff) writes:

> > +$(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.

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