mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
Update.
1999-05-05 Ulrich Drepper <drepper@cygnus.com> * timezone/Makefile (install-others): Create target directory before creating tzfiles.
This commit is contained in:
parent
3d8fa13a14
commit
bc9ffe71f9
@ -1,3 +1,8 @@
|
||||
1999-05-05 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* timezone/Makefile (install-others): Create target directory
|
||||
before creating tzfiles.
|
||||
|
||||
1999-05-05 Thorsten Kukuk <kukuk@suse.de>
|
||||
|
||||
* nis/nis_file.c (readColdStartFile): Allocate memory only after
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-05-05 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* locales/ru_RU: Abbreviate Saturday Sbt.
|
||||
Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
|
||||
|
||||
1999-05-03 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
|
||||
|
@ -90,6 +90,7 @@ $(tzfiles:%=$(objpfx)z.%): $(objpfx)z.%: % Makefile
|
||||
# the files.
|
||||
# The extra kludge for the $(tzlinks) files is necessary since running zic
|
||||
# this file requires all other files to exist. Blech!
|
||||
$(make-target-directory)
|
||||
(echo 'define $*-zones' ;\
|
||||
$(AWK) '$$1 == "Zone" { print $$2 } $$1 == "Link" { print $$3 }' $^ ;\
|
||||
echo 'endef' ;\
|
||||
|
Loading…
Reference in New Issue
Block a user