]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 5 May 1999 11:32:24 +0000 (11:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 5 May 1999 11:32:24 +0000 (11:32 +0000)
1999-05-05  Ulrich Drepper  <drepper@cygnus.com>

* timezone/Makefile (install-others): Create target directory
before creating tzfiles.

ChangeLog
localedata/ChangeLog
timezone/Makefile

index ef3fdd6af8b40993c0f3a13cf2b4b71565fe08bc..0f4ac9859a4698ed1c4dd1c0e68d6d67c971b517 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index fdc17bcbbf24373a3e6d8caf931a7c4c976cc9d3..a699f2c324a788bf3aab21974959cdaaea7d0b44 100644 (file)
@@ -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.
index 7743b94695a79c22cc00add186c69a8d489bbfdf..45a9ea64c080392409605fa6db965bd78ac1ba7a 100644 (file)
@@ -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'                                                       ;\