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?


_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to