]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove old po/ code for copying .po files from shared directory.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 15 Dec 2017 14:20:52 +0000 (14:20 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 15 Dec 2017 14:20:52 +0000 (14:20 +0000)
commit0c4fe28d7aaca041292d2db0a1a9ed4b64a7ddce
tree50c773ef8684dc53569aa807ebed944b01cbadf5
parent174edbde7e4eb056cc273127e045404067682b57
Remove old po/ code for copying .po files from shared directory.

po/Makefile has both old code for copying .po files from a shared
directory /com/share/ftp/gnu/po/maint/glibc (presumably once present
on some GNU server), and new code for downloading them from the
Translation Project.  This patch removes the old code, leading only
the new code.

Tested for x86_64.

* po/Makefile (linguas): Remove rule and dependencies.
(linguas.mo): Likewise.
(.PHONY): Do not depend on linguas and linguas.mo.
(podir): Remove variable.
(pofiles): Likewise.
[$(pofiles)] (%.po): Remove rule.
ChangeLog
po/Makefile