This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] locale: Rewrite locale/gen-translit.pl in Python
- From: Florian Weimer <fweimer at redhat dot com>
- To: libc-alpha at sourceware dot org
- Date: Mon, 17 Dec 2018 18:22:05 +0100
- Subject: Re: [PATCH] locale: Rewrite locale/gen-translit.pl in Python
- References: <87bm60ge7n.fsf@oldenburg2.str.redhat.com>
* Florian Weimer:
> This commit does not change the generated output file.
>
> 2018-12-05 Florian Weimer <fweimer@redhat.com>
>
> Rewrite locale/gen-translit.pl in Python.
> * locale/Makefile (generated): Add C-translit.h.
> (before-compile): Add $(objpfx)C-translit.h.
> (C-translit.h): Move to $(objpfx). Create target directory.
> Build using Python script.
> * locale/gen-translit.py: New file.
> * locale/gen-translit.pl: Remove file.
> * locale/C-translit.h.in: Change comment character to '#' for
> easier parsing without a C preprocessor.
> * locale/C-translit.h: Remove generated file.
> * manual/install.texi (Tools for Compilation): Do not mention
> C-translit.h.
> * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps):
> Remove locale/C-translit.h.
> * scripts/update-copyrights: Likewise.
Ping?
<https://sourceware.org/ml/libc-alpha/2018-12/msg00148.html>
Thanks,
Florian