blob: 4e8fe56e95d38c4021263998a87bac06332d0d80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# DP: Disable running the libmudflap testsuite. Getting killed on alpha.
---
libmudflap/testsuite/Makefile.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
--- a/src/libmudflap/testsuite/Makefile.in
+++ b/src/libmudflap/testsuite/Makefile.in
@@ -246,6 +246,8 @@ CTAGS:
check-DEJAGNU: site.exp
+ @echo target $@ disabled for Debian build.
+check-DEJAGNU-disabled: site.exp
srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
EXPECT=$(EXPECT); export EXPECT; \
runtest=$(RUNTEST); \
|