Skip to content

Commit a396089

Browse files
committed
chore, don't brag about tzmaps
1 parent 0476f97 commit a396089

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

lib/Makefile.am

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,7 @@ SUFFIXES += .tzmcc
165165

166166
TZMAP_URL := https://raw.github.com/hroptatyr/dateutils/tzmaps
167167
.tzminfo.tzmap:
168-
-$(AM_V_DL) curl -qgskfLO -D "$*.hdr" "$(TZMAP_URL)/$@" \
169-
|| { echo "Cannot download latest tzmaps:" >&2; \
170-
cat "$*.hdr" >&2; \
171-
echo -e "\n\
172-
You can download them from https://github.com/hroptatyr/dateutils/tree/tzmaps\n\
173-
or if you happen to use the git repository copy them rom the tzmaps branch\n\
174-
and put them into $(abs_builddir).\n\
175-
\n" >&2; }
176-
-@$(RM) -- "$*.hdr"
168+
-$(AM_V_DL) curl -q -gskfLO -D "$*.hdr" "$(TZMAP_URL)/$@"
177169

178170
.tzmap.tzmcc:
179171
-$(AM_V_GEN) $(builddir)/tzmap cc -e -o $@ $<

0 commit comments

Comments
 (0)