>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
>>>>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> 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. Tom> This means that the `-k' code in subdirs.am will fail with BSD make. Tom> I don't know what to do about that. Maybe nothing :-( That seems fine. This code carries exit failures between subdirectories. Since BSD make -k always succeed we don't have to bother. -- Alexandre Duret-Lutz
