mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
[BZ #7098]
* Makefile ($(inst_i18ndir)/charmaps/%.gz): No need to save timestamp in compressed charmaps. Patch by Gilles Espinasse <g.esp@free.fr>.
This commit is contained in:
parent
3fe4c5b3d5
commit
962edb7e68
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user