This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-695-g62fde54


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  62fde54fc5bd90cebd01326f7a5ce1c9e0d39452 (commit)
      from  0741d64c9140aa205f9df8ebee80ca0bcb018445 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=62fde54fc5bd90cebd01326f7a5ce1c9e0d39452

commit 62fde54fc5bd90cebd01326f7a5ce1c9e0d39452
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 1 18:56:25 2012 +0000

    Remove unused localtime makefile variables.

diff --git a/ChangeLog b/ChangeLog
index 41d18e6..a6f53c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-01  Joseph Myers  <joseph@codesourcery.com>
+
+	* Makeconfig (localtime): Remove variable.
+	(inst_localtime-file): Likewise.
+
 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
diff --git a/Makeconfig b/Makeconfig
index 148db6e..5c78ee4 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -291,13 +291,6 @@ vardbdir = /var/db
 endif
 inst_vardbdir = $(install_root)$(vardbdir)
 
-# What timezone should be the installed default (e.g., US/Eastern).
-# Run `make -C time echo-zonenames' to see a list of available zone names.
-# The local timezone can be changed with `zic -l TIMEZONE' at any time.
-ifndef localtime
-localtime = Factory
-endif
-
 # Where to install the "localtime" timezone file; this is the file whose
 # contents $(localtime) specifies.  If this is a relative pathname, it is
 # relative to $(zonedir).  It is a good idea to put this somewhere
@@ -305,7 +298,6 @@ endif
 # localizing the configuration data elsewhere.
 ifndef localtime-file
 localtime-file = $(sysconfdir)/localtime
-inst_localtime-file = $(install_root)$(localtime-file)
 endif
 
 # What to use for leap second specifications in compiling the default

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog  |    5 +++++
 Makeconfig |    8 --------
 2 files changed, 5 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]