tzselect: use zonedir instead of current working directory

This commit is contained in:
Sami Kerola 2014-05-13 19:38:32 +02:00 committed by Ondřej Bílka
parent 58aa195d32
commit 893b4f3756
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2014-05-13 Sami Kerola <kerolasa@iki.fi>
* timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
current working directory
2014-05-13 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...

View File

@ -118,7 +118,7 @@ $(testdata)/Asia/Tokyo: asia $(zic-deps)
$(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
sed -e 's|/bin/bash|$(BASH)|' \
-e '/TZDIR=/s|\$$(pwd)|$(zonedir)|' \
-e 's|TZDIR=[^}]*|TZDIR=$(TZDIR)|' \
-e '/TZVERSION=/s|see_Makefile|"$(version)"|' \
-e '/PKGVERSION=/s|=.*|="$(PKGVERSION)"|' \
-e '/REPORT_BUGS_TO=/s|=.*|="$(REPORT_BUGS_TO)"|' \