Eric Lemings wrote:
I haven't looked to confirm this but it looks like the Makefile(s)
ignore errors building the test programs but the build process still
stops (i.e. exits successfully).  I was wondering if the Makefile(s)
shouldn't also continue building the remaining test programs (i.e. set
MAKEFLAGS=-k before invoking the test Makefile).

I don't think the makefiles ignore build errors. The only processes
that continue after errors is configuration and the run target. And
of course, in nightly builds we ignore all but library build errors
by explicitly invoking make with -k as you said.

Martin

Reply via email to