51a02b6c80
- Render the map directly from SVG (#1335158) - Fix memory leaks in tz.c - Fix an invalid memory access - Do not modify TZ in the process environment - Move all data files to /usr/share/libtimezonemap from .../libtimezonemap/ui - Add extra city data so all timezone offsets are clickable - Move Venezuela from -04:30 to -04:00 - Fix the conversion of points just west of 180 longitude - Remove the out-of-date Olson map data - Update the "backward" file - Improve the location selected when setting the timezone by name (#1322648) - Remove an extra line in the +10:00 layer - Move Chile back an hour
28 lines
780 B
Diff
28 lines
780 B
Diff
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
|
|
|