]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
binutils: Don't break build when testsuite was not successful
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Feb 2015 01:09:06 +0000 (20:09 -0500)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Feb 2015 01:19:27 +0000 (20:19 -0500)
Errors of the testsuite are ignored any way but the build
will still break when any of the log files could not be written.

binutils/binutils.nm

index 451e434d12e78bcd9015f6eec4323a7242aea686..f76fa8387063e94db6dd530bf0850b37a09309d6 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = binutils
 version    = 2.24
-release    = 1
+release    = 2
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 groups     = Development/Tools
@@ -81,7 +81,7 @@ build
                make -k check </dev/null || :
 
                echo "==== RESULTS ===="
-               cat {gas/testsuite/gas,ld/ld,binutils/binutils}.sum
+               cat {gas/testsuite/gas,ld/ld,binutils/binutils}.sum || :
        end
 
        install