mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
tzselect: use zonedir instead of current working directory
This commit is contained in:
parent
58aa195d32
commit
893b4f3756
@ -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 ...
|
||||
|
@ -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)"|' \
|
||||
|
Loading…
Reference in New Issue
Block a user