[Crosstoolchain-logs] [SCM] GNU GDB Debian packaging repository branch, master, updated. debian/7.6-2-5-gba43bad

Samuel Bronson naesten at gmail.com
Fri May 24 08:07:19 UTC 2013


The following commit has been merged in the master branch:
commit ba43bad385c9ca9190037c8a9478b30cabcb5c88
Author: Samuel Bronson <naesten at gmail.com>
Date:   Fri May 24 04:06:51 2013 -0400

    debian/rules: Don't abort test suite on "ulimit -c unlimited" failure;
    do abort building early on failure to invoke the test suite.

diff --git a/debian/rules b/debian/rules
index 0174e13..66506c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -221,8 +221,8 @@ build-minimal-stamp:
 
 check-stamp:
 ifeq ($(run_tests),yes)
-	-ulimit -c unlimited; \
-	$(MAKE) $(NJOBS) -C $(DEB_BUILDDIR)/gdb check
+	ulimit -c unlimited || true; \
+	  $(MAKE) $(NJOBS) -C $(DEB_BUILDDIR)/gdb check
 endif
 	touch $@
 

-- 
GNU GDB Debian packaging repository



More information about the Crosstoolchain-logs mailing list