~angelsl/ubuntu/wily/gcc-5/mips-cross

« back to all changes in this revision

Viewing changes to debian/patches/boehm-gc-nocheck.diff

  • Committer: angelsl
  • Date: 2015-10-30 03:30:35 UTC
  • Revision ID: angelsl-20151030033035-rmug41zm8hyjgisg
Original import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa.
 
2
 
 
3
---
 
4
 boehm-gc/Makefile.in |    3 ++-
 
5
 1 files changed, 2 insertions(+), 1 deletions(-)
 
6
 
 
7
--- a/src/boehm-gc/Makefile.in
 
8
+++ b/src/boehm-gc/Makefile.in
 
9
@@ -684,7 +684,8 @@ check-TESTS: $(TESTS)
 
10
          test "$$failed" -eq 0; \
 
11
        else :; fi
 
12
 check-am: $(check_PROGRAMS)
 
13
-       $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
14
+       : # $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
15
+       @echo target $@ disabled for Debian build.
 
16
 check: check-recursive
 
17
 all-am: Makefile $(LTLIBRARIES) all-multi
 
18
 installdirs: installdirs-recursive