• Ivan A. Melnikov's avatar
    Ensure non-zero exit code on make failure · caee317e
    Ivan A. Melnikov authored
    Before this change, we could have 0 exit code from the main
    make process even when some targets failed to build on some
    architectures:
    
    $ make ARCH=mipsel [...] vm/tavolga-regular-mate-ex.recovery.tar
    ** ARCH: mipsel
    10:15:06 cleaning up
    10:15:06 initializing BUILDDIR: build/
    10:15:06 preparing distro config: build/distcfg.mk
    make[1]: *** No rule to make target 'use/systemd-coredump', needed by 'profile/.extra'.  Stop.
    [nightly-mipsel@loongson5 mkimage-profiles]$ echo $?
    0
    
    Use `make -k' to get the old behaviour.
    caee317e
Name
Last commit
Last update
.gear Loading commit data...
bin Loading commit data...
conf.d Loading commit data...
doc Loading commit data...
features.in Loading commit data...
image.in Loading commit data...
lib Loading commit data...
pkg.in Loading commit data...
sub.in Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
QUICKSTART Loading commit data...
README Loading commit data...
main.mk Loading commit data...
reports.mk Loading commit data...