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-454-ga458e7f


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  a458e7fe3835b8a3bcac5a54733af45cc06fc0da (commit)
      from  0cb7efc517a293417880f02e2991483b7ce1e3f9 (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=a458e7fe3835b8a3bcac5a54733af45cc06fc0da

commit a458e7fe3835b8a3bcac5a54733af45cc06fc0da
Author: Allan McRae <allan@archlinux.org>
Date:   Wed Mar 21 16:13:21 2012 +0100

    Do not install iso3166.tab and zone.tab
    
    2012-03-21  Allan McRae  <allan@archlinux.org>
    
    	* timezone/Makefile: Do not install iso3166.tab and zone.tab

diff --git a/ChangeLog b/ChangeLog
index c10024a..75dbb36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-21  Allan McRae  <allan@archlinux.org>
+
+	* timezone/Makefile: Do not install iso3166.tab and zone.tab
+
 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #13871]
diff --git a/timezone/Makefile b/timezone/Makefile
index 00bfba6..9e55a6a 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -45,7 +45,6 @@ include ../Makeconfig	# Get objpfx defined so we can use it below.
 CPPFLAGS-zic = -DNOT_IN_libc
 
 ifeq ($(have-ksh),yes)
-install-others += $(inst_zonedir)/iso3166.tab $(inst_zonedir)/zone.tab
 install-bin-script = tzselect
 generated += tzselect
 endif
@@ -111,7 +110,3 @@ $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
 	    -e 's%@TZDIR@%$(zonedir)%g' < $< > $@.new
 	chmod 555 $@.new
 	mv -f $@.new $@
-
-$(addprefix $(inst_zonedir)/,iso3166.tab zone.tab): \
-    $(inst_zonedir)/%: % $(+force)
-	$(do-install)

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

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