about summary refs log tree commit diff
path: root/localedata
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-07 05:29:10 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-07 05:29:10 +0000
commit962edb7e689847d5eb9b94a351fd0457994227f0 (patch)
treeb8504f8d591d589dd235709d9a7dc01887c458b9 /localedata
parent3fe4c5b3d58e1535d160b3f8879789e4945b710c (diff)
downloadglibc-962edb7e689847d5eb9b94a351fd0457994227f0.tar.gz
glibc-962edb7e689847d5eb9b94a351fd0457994227f0.tar.xz
glibc-962edb7e689847d5eb9b94a351fd0457994227f0.zip
[BZ #7098]
	* Makefile ($(inst_i18ndir)/charmaps/%.gz): No need to save
	timestamp in compressed charmaps.
	Patch by Gilles Espinasse <g.esp@free.fr>.
Diffstat (limited to 'localedata')
-rw-r--r--localedata/ChangeLog5
-rw-r--r--localedata/Makefile4
2 files changed, 7 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 64ccee7ab6..80f490e11d 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,10 @@
 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #7098]
+	* Makefile ($(inst_i18ndir)/charmaps/%.gz): No need to save
+	timestamp in compressed charmaps.
+	Patch by Gilles Espinasse <g.esp@free.fr>.
+
 	[BZ #9730]
 	* locales/sv_FI: Fix time formats.
 
diff --git a/localedata/Makefile b/localedata/Makefile
index 0566792d00..d364001551 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2003, 2005, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 1996-2003,2005,2007,2008,2009 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -114,7 +114,7 @@ $(inst_i18ndir)/charmaps/%.gz: charmaps/% $(+force)
 	$(make-target-directory)
 	rm -f $(@:.gz=) $@
 	$(INSTALL_DATA) $< $(@:.gz=)
-	gzip -9 $(@:.gz=)
+	gzip -9n $(@:.gz=)
 
 # Install the locale source files in the appropriate directory.
 $(inst_i18ndir)/locales/%: locales/% $(+force); $(do-install)