libtimezonemap/0023-Do-not-run-the-checks-as-part-of-make-all.patch

28 lines
780 B
Diff
Raw Normal View History

From 59cbfb1facf908f04312e59ac9ac1d5a25da12f9 Mon Sep 17 00:00:00 2001
From: David Shea <dshea@redhat.com>
Date: Wed, 29 Jun 2016 14:25:14 -0400
Subject: [PATCH 23/24] Do not run the checks as part of 'make all'
This breaks parallel make. The checks can (and should) be run separately
with 'make check'.
---
src/Makefile.am | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index afdb1ea..570b828 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,8 +31,6 @@ AM_CPPFLAGS = \
noinst_PROGRAMS = test-timezone
-all-local: check
-
AM_TESTS_ENVIRONMENT = TZ_DATA_FILE=$(srcdir)/data/citiesInfo.txt ; \
ADMIN1_FILE=$(srcdir)/data/admin1Codes.txt ; \
COUNTRY_FILE=$(srcdir)/data/countryInfo.txt ; \
--
2.5.5