1 Disable the tests, cuts build time by half and avoids build issues
2 with extra dependencies.
4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
6 diff -Nura libmemcached-1.0.18.orig/Makefile.am libmemcached-1.0.18/Makefile.am
7 --- libmemcached-1.0.18.orig/Makefile.am 2014-07-19 09:24:45.246418899 -0300
8 +++ libmemcached-1.0.18/Makefile.am 2014-07-19 09:25:12.701349345 -0300
12 -ACLOCAL_AMFLAGS= -I m4 -I libtest/m4
13 +ACLOCAL_AMFLAGS= -I m4
16 # includes append to these:
18 include libmemcached-1.0/include.am
21 -include libtest/include.am
23 include libhashkit-1.0/include.am
24 include libmemcached-1.0/include.am
27 include libmemcachedinternal/util/include.am
28 include rpm/include.mk
29 include support/include.am
30 -include tests/include.am
31 include util/include.am
32 include win32/include.am
35 @echo "Files that need to be either removed or checked in:"
38 -clean-local: clean-libtest-check clean-docs-check clean-rpm
39 +clean-local: clean-docs-check clean-rpm
42 lcov: lcov-clean check