hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Disable the tests, cuts build time by half and avoids build issues
with extra dependencies.
 
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 
diff -Nura libmemcached-1.0.18.orig/Makefile.am libmemcached-1.0.18/Makefile.am
--- libmemcached-1.0.18.orig/Makefile.am    2014-07-19 09:24:45.246418899 -0300
+++ libmemcached-1.0.18/Makefile.am    2014-07-19 09:25:12.701349345 -0300
@@ -1,6 +1,6 @@
 # vim:ft=automake
 
-ACLOCAL_AMFLAGS= -I m4 -I libtest/m4
+ACLOCAL_AMFLAGS= -I m4
 AM_YFLAGS= -d
 
 # includes append to these:
@@ -45,8 +45,6 @@
 include libmemcached-1.0/include.am
 else
 
-include libtest/include.am
-
 include libhashkit-1.0/include.am
 include libmemcached-1.0/include.am
 
@@ -76,7 +74,6 @@
 include libmemcachedinternal/util/include.am
 include rpm/include.mk
 include support/include.am
-include tests/include.am
 include util/include.am
 include win32/include.am
 
@@ -103,7 +100,7 @@
     @echo "Files that need to be either removed or checked in:"
     @bzr unknowns
 
-clean-local: clean-libtest-check clean-docs-check clean-rpm
+clean-local: clean-docs-check clean-rpm
 
 
 lcov: lcov-clean check