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.22-39-ge8a3092


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  e8a30921de49b092eea8f475036561b1985bfbb0 (commit)
      from  d6d20de8b7ff6da6f3d29c5edb0ae3070f997f30 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e8a30921de49b092eea8f475036561b1985bfbb0

commit e8a30921de49b092eea8f475036561b1985bfbb0
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Sun Aug 9 16:03:14 2015 +0200

    Remove unused variables from timezone/Makefile

diff --git a/ChangeLog b/ChangeLog
index 38d8d1b..1aef918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
+	(generated): Don't add $(addprefix z.,$(tzfiles)).
+
 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
 
 	* nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
diff --git a/timezone/Makefile b/timezone/Makefile
index 24c93c6..d2abdec 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -27,15 +27,6 @@ extra-objs := scheck.o ialloc.o
 others	:= zdump zic
 tests	:= test-tz tst-timezone tst-tzset
 
-# pacificnew doesn't compile; if it is to be used, it should be included in
-# northamerica.
-tzbases := africa antarctica asia australasia europe northamerica \
-	   southamerica etcetera factory \
-	   solar87 solar88 solar89
-tzlinks := backward systemv
-tzfiles := $(tzbases) $(tzlinks)
-
-generated += $(addprefix z.,$(tzfiles))
 install-sbin := zic zdump
 
 generated-dirs += testdata

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

Summary of changes:
 ChangeLog         |    5 +++++
 timezone/Makefile |    9 ---------
 2 files changed, 5 insertions(+), 9 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]