CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 3.1
[crossrootfs.git] / tzdata / zic_host-makefile.patch
... / ...
CommitLineData
1Binary files orig/.Makefile.un~ and new/.Makefile.un~ differ
2diff -pruN orig/Makefile new/Makefile
3--- orig/Makefile 2016-11-07 00:38:36.000000000 +0000
4+++ new/Makefile 2017-02-15 18:46:50.541740747 +0000
5@@ -255,14 +255,14 @@ LEAPSECONDS=
6
7 # The zic command and its arguments.
8
9-zic= ./zic
10-ZIC= $(zic) $(ZFLAGS)
11+zic= ./zic_host
12+ZIC_HOST= $(zic) $(ZFLAGS)
13
14 ZFLAGS=
15
16 # How to use zic to install tz binary files.
17
18-ZIC_INSTALL= $(ZIC) -y $(YEARISTYPE) -d $(DESTDIR)$(TZDIR) $(LEAPSECONDS)
19+ZIC_INSTALL= $(ZIC_HOST) -y $(YEARISTYPE) -d $(DESTDIR)$(TZDIR) $(LEAPSECONDS)
20
21 # The name of a Posix-compliant 'awk' on your system.
22 AWK= awk
23@@ -475,7 +475,7 @@ INSTALLARGS = \
24 PACKRATDATA='$(PACKRATDATA)' \
25 TZDIR=$(TZDIR) \
26 YEARISTYPE=$(YEARISTYPE) \
27- ZIC='$(ZIC)'
28+ ZIC='$(ZIC_HOST)'
29
30 # 'make install_data' installs one set of tz binary files.
31 # It can be tailored by setting LEAPSECONDS, PACKRATDATA, etc.