Statistics
| Branch: | Tag: | Revision:

root / debian / patches / 0003-Disable-local-checks-during-build.patch @ 45b6a5b4

History | View | Annotate | Download (800 Bytes)

1
From: Apollon Oikonomopoulos <apoikos@gmail.com>
2
Date: Fri, 12 Jul 2013 22:11:26 +0300
3
Subject: Disable local checks during build
4

    
5
check-local runs a series of tests clearly intended for the local developer's
6
machines that give false positives e.g. because of the presense of debian/.
7

    
8
Forwarded: no
9
Last-Update: 2013-07-12
10
---
11
 Makefile.in |    2 +-
12
 1 file changed, 1 insertion(+), 1 deletion(-)
13

    
14
diff --git a/Makefile.in b/Makefile.in
15
index 2936193..a1890e5 100644
16
--- a/Makefile.in
17
+++ b/Makefile.in
18
@@ -2571,7 +2571,7 @@ distcleancheck: distclean
19
                exit 1; } >&2
20
 check-am: all-am
21
         $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
22
-        $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
23
+        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
24
 check: check-am
25
 all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
26
 installdirs: