Greg,
Thanks for helping helping out with this, this was just the sort of testing
I'm seeking.
At 3/7/2006 09:14 PM, Greg Chicares wrote:
/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?
Actually, know. I want it to stop on the "g++ -M" (or "g++ -MM", almost
the same thing) lines, which say something like "--generating makefile...".
To do this, run:
make main.exe
make alt1.exe
...I think. (I had to mod my Makefile and usage instructions to make it
simple).
and/or run:
make all
-Matt
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32