Control: reopen -1 On Sat, Dec 01, 2018 at 02:45:06PM +0000, Debian Bug Tracking System wrote: > * Trap errors in Makefile (Closes: #915163)
Thank you for the quick fix. It seems that this wasn't sufficient though. I've still found the following unpropagated failures: * In MontageLib/Viewer, a failure to build montageViewer.o isn't propagated. * In MontageLib, a failure during the lib, pgm and pythonlibs targets is not propagated. And this is just the failures I'm actually run into. There are likely more underneath. Upstream seems to like prefixing rules with "-" and chaining commands with ";". In a few places (for instance ancillary/Makefile), crucial dependencies are missing (e.g. install depending on the artifacts to install). Helmut