[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make3.81-beta4 mingw not failing on error?
From: |
Greg Chicares |
Subject: |
Re: make3.81-beta4 mingw not failing on error? |
Date: |
Wed, 08 Mar 2006 03:14:53 +0000 |
User-agent: |
Mozilla Thunderbird 1.0.2 (Windows/20050317) |
On 2006-3-8 2:51 UTC, Matt England wrote:
> At 3/7/2006 08:46 PM, Greg Chicares wrote:
[oops]
>
> I *want* the build to choke on the 'g++ -M' line, and yes, I know the
> headers aren't there.
>
> Greg, can you provide the output from your msys make run *without* the
> changes?
/c/tmp/me_make-test[0]$make clean
rm -f main.o alt1.o main.d alt1.d main.exe alt1.exe
/c/tmp/me_make-test[0]$/c/msys/1.0/bin/make
g++ -c main.cpp -o main.o
main.cpp:1:21: sys/msg.h: No such file or directory
make: *** [main.o] Error 1
/c/tmp/me_make-test[2]$../make-3.81beta4/make
g++ -c main.cpp -o main.o
main.cpp:1:21: sys/msg.h: No such file or directory
make: *** [main.o] Error 1
/c/tmp/me_make-test[2]$ls
Makefile alt1.cpp main.cpp
/c/tmp/me_make-test[0]$
That's the desired stop-on-error behavior, right?
- Re: Any active maintainers using MinGW/MSYS?, (continued)
- Re: Any active maintainers using MinGW/MSYS?, J. Grant, 2006/03/08
- Re: make3.81-beta4 mingw not failing on error?, Earnie Boyd, 2006/03/07
- Re: make3.81-beta4 mingw not failing on error?, Matt England, 2006/03/07
- Re: make3.81-beta4 mingw not failing on error?, Eli Zaretskii, 2006/03/07
- Re: make3.81-beta4 mingw not failing on error?, Greg Chicares, 2006/03/08
- Re: make3.81-beta4 mingw not failing on error?, Matt England, 2006/03/07
- Re: make3.81-beta4 mingw not failing on error?,
Greg Chicares <=
- Re: make3.81-beta4 mingw not failing on error?, Matt England, 2006/03/07
- Re: make3.81-beta4 mingw not failing on error?, Greg Chicares, 2006/03/08
- Re: make3.81-beta4 mingw not failing on error?, Matt England, 2006/03/08
- Re: make3.81-beta4 mingw not failing on error?, J. Grant, 2006/03/10