• Julien Muchembled's avatar
    re6st: fail if any subprocess fails while fixing paths in ELF files · bd6341b5
    Julien Muchembled authored
    This replaces a long pipeline that only failed if the last pipe
    command fails. But on Arch, we got the following error:
    
      xargs: file: terminated by signal 31
    
    and the build continued, pretending it was successful whereas the
    package was unusable.
    
    This is similar to bash's pipefail.
    
    Note that 'chrpath -k' exit code is ignored
    because it is expected to return 2.
    bd6341b5
Makefile.in 2.32 KB