diff options
author | Roland McGrath <roland@gnu.org> | 2005-04-15 20:09:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-04-15 20:09:13 +0000 |
commit | 21cee297ec9dc2d6b5c5732b42d722dcbfe55838 (patch) | |
tree | 1f632234ffbaab241c9fa0d353bfe0bd648c8aa4 /ChangeLog | |
parent | c9e169479eac36b4dfd20643c2b33ac13a06a41a (diff) | |
download | glibc-21cee297ec9dc2d6b5c5732b42d722dcbfe55838.tar.gz glibc-21cee297ec9dc2d6b5c5732b42d722dcbfe55838.tar.xz glibc-21cee297ec9dc2d6b5c5732b42d722dcbfe55838.zip |
* timezone/Makefile (zic-deps): New variable.
($(testdata)/America/New_York): Use it instead of explicit deps. ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise. ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise. (%/UTC %/Universal): New pattern rule, replaces ... ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets. ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule. ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0046323c49..44d6e9fb67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-04-15 Roland McGrath <roland@redhat.com> + + * timezone/Makefile (zic-deps): New variable. + ($(testdata)/America/New_York): Use it instead of explicit deps. + ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise. + ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise. + (%/UTC %/Universal): New pattern rule, replaces ... + ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets. + ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule. + ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed. + 2005-04-14 Roland McGrath <roland@redhat.com> * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well. |