pgreco / rpms / ipa

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