From a9fb3ae5890086ab09ed88aa99410eb09d5812c2 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Mon, 15 Sep 2014 10:21:40 +0200 Subject: [PATCH] Do not build tests Tests have been moved to other SRPM. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8c2237b94183c44bf8aa2aa39fecef252e1860e8..04e28ec3e2f1c4b68bb0416dc61f2d17b563c739 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ export CFLAGS #JAVA_STACK_SIZE ?= 8m #export JAVA_STACK_SIZE -all: bootstrap-autogen server tests +all: bootstrap-autogen server @for subdir in $(SUBDIRS); do \ (cd $$subdir && $(MAKE) $@) || exit 1; \ done @@ -84,7 +84,7 @@ client-autogen: version-update tests-man-autogen: version-update cd ipatests/man; if [ ! -e Makefile ]; then ../../autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(LIBDIR); fi -install: all server-install tests-install +install: all server-install @for subdir in $(SUBDIRS); do \ (cd $$subdir && $(MAKE) $@) || exit 1; \ done -- 2.1.0