summaryrefslogtreecommitdiff
path: root/debian/patches/boehm-gc-nocheck.diff
blob: 231daf68718275637f80538eb6104e260ac28110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# DP: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa.

---
 boehm-gc/Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

--- a/src/boehm-gc/Makefile.in
+++ b/src/boehm-gc/Makefile.in
@@ -684,7 +684,8 @@ check-TESTS: $(TESTS)
 	  test "$$failed" -eq 0; \
 	else :; fi
 check-am: $(check_PROGRAMS)
-	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
+	: # $(MAKE) $(AM_MAKEFLAGS) check-TESTS
+	@echo target $@ disabled for Debian build.
 check: check-recursive
 all-am: Makefile $(LTLIBRARIES) all-multi
 installdirs: installdirs-recursive