make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make3.81-beta4 mingw not failing on error?


From: Eli Zaretskii
Subject: Re: make3.81-beta4 mingw not failing on error?
Date: Wed, 08 Mar 2006 06:52:10 +0200

> Date: Tue, 07 Mar 2006 14:42:56 -0600
> From: Matt England <address@hidden>
> Cc: Eli Zaretskii <address@hidden>,"Matthew England" <address@hidden>,
>  address@hidden,address@hidden
> 
> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]