This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: make check failures
>>>>> "adl" == Alexandre Duret-Lutz <duret_g@lrde.epita.fr> writes:
adl> The gnits2 and gnits3 failures show a difference between GNU
adl> make and BSD make when run with the `-k' option: GNU make will
adl> reflect whether it encountered an error in it's exit status
adl> while BSD make will always succeed.
This means that the `-k' code in subdirs.am will fail with BSD make.
I don't know what to do about that. Maybe nothing :-(
Tom