[arch-commits] Commit in binutils (3 files)

Allan McRae allan at archlinux.org
Tue Sep 23 03:00:02 UTC 2014


    Date: Tuesday, September 23, 2014 @ 05:00:01
  Author: allan
Revision: 222731

fix make check failure ignoring

Modified:
  binutils/repos/core-i686/PKGBUILD
  binutils/repos/core-x86_64/PKGBUILD
  binutils/trunk/PKGBUILD

----------------------------+
 repos/core-i686/PKGBUILD   |    2 +-
 repos/core-x86_64/PKGBUILD |    2 +-
 trunk/PKGBUILD             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/core-i686/PKGBUILD
===================================================================
--- repos/core-i686/PKGBUILD	2014-09-23 02:20:06 UTC (rev 222730)
+++ repos/core-i686/PKGBUILD	2014-09-23 03:00:01 UTC (rev 222731)
@@ -67,7 +67,7 @@
   
   # unset LDFLAGS as testsuite makes assumptions about which ones are active
   # ignore failures in gold testsuite...
-  make -k LDFLAGS="" check
+  make -k LDFLAGS="" check || true
 }
 
 package() {

Modified: repos/core-x86_64/PKGBUILD
===================================================================
--- repos/core-x86_64/PKGBUILD	2014-09-23 02:20:06 UTC (rev 222730)
+++ repos/core-x86_64/PKGBUILD	2014-09-23 03:00:01 UTC (rev 222731)
@@ -67,7 +67,7 @@
   
   # unset LDFLAGS as testsuite makes assumptions about which ones are active
   # ignore failures in gold testsuite...
-  make -k LDFLAGS="" check
+  make -k LDFLAGS="" check || true
 }
 
 package() {

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2014-09-23 02:20:06 UTC (rev 222730)
+++ trunk/PKGBUILD	2014-09-23 03:00:01 UTC (rev 222731)
@@ -67,7 +67,7 @@
   
   # unset LDFLAGS as testsuite makes assumptions about which ones are active
   # ignore failures in gold testsuite...
-  make -k LDFLAGS="" check
+  make -k LDFLAGS="" check || true
 }
 
 package() {




More information about the arch-commits mailing list