> Date: Tue, 07 Mar 2006 14:42:56 -0600 > From: Matt England <[EMAIL PROTECTED]> > Cc: Eli Zaretskii <[EMAIL PROTECTED]>,"Matthew England" <[EMAIL PROTECTED]>, > [email protected],[email protected] > > At 3/7/2006 01:44 PM, Paul D. Smith wrote: > >The "set -e", in a POSIX shell, turns on "exit on error" mode; in this > >mode the shell will exit immediately when any command line exits with a > >non-0 code. > > Yes. > > >So, on UNIX, this command would exit immediately if the $(CXX) program > >exits with a non-zero code, as Matt expects. > > Is this this not the way it's supposed to work on mingw/msys?
It is, but it's for the shell to figure this out, not for Make. > In any case, I get the same error scenario when I make it one 'g++ -M' > command without the other cmds...if memory serves me correctly. Please show a transcript of this run. We need to see the details. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
