From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Fri, 4 Jan 2013 14:41:19 +0100 Subject: [Buildroot] [PATCH 2/2] package/tzdata: new package In-Reply-To: <1357304770-23310-1-git-send-email-rbraun@sceen.net> References: <20130104134155.4ff8f301@skate> <1357304770-23310-1-git-send-email-rbraun@sceen.net> Message-ID: <20130104144119.5f8984f4@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Richard Braun, On Fri, 4 Jan 2013 14:06:10 +0100, Richard Braun wrote: > + for zone in $(TZDATA_ZONELIST); do \ > + $(TZDATA_ZIC) -d _output -y yearistype.sh $$zone; \ > + $(TZDATA_ZIC) -d _output/posix -y yearistype.sh $$zone; \ I am wondering why we are generating the time zone data twice here with the same argument? I know POSIX says that time zone data shouldn't take leap seconds into account, so I understand the difference between _output/posix and _output/right, but not between _output and _output/posix. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com