Return-Path: Received: from imap.thunk.org ([74.207.234.97]:36916 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726142AbeLHSNf (ORCPT ); Sat, 8 Dec 2018 13:13:35 -0500 Date: Sat, 8 Dec 2018 13:13:24 -0500 From: "Theodore Y. Ts'o" To: Gabriel Krisman Bertazi Cc: linux-ext4@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH] e2fsprogs: Introduce script used to generate utf8data.h Message-ID: <20181208181324.GC20708@thunk.org> References: <20181203230428.28485-1-krisman@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181203230428.28485-1-krisman@collabora.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Mon, Dec 03, 2018 at 06:04:28PM -0500, Gabriel Krisman Bertazi wrote: > The mkutf8data program was written by SGI for the kernel. We integrate > it here, but it should be kept in sync with the kernel code, when > applicable. The header generated by this script is also included in > this repository, such that we don't have to carry the UCD files too. > They are only necessary when the header has to be recreated (for > instance, to update the Unicode version supported) > > The mkutf8data is not a dependency of utf8data.h because we don't want > the utf8data.h rule to be called after a make clean that would remove > mkutf8data. It is simpler to call it from inside the rule, and make > sure we only trigger the utf8data.h rule if we really need to, > particularly if we decide not to integrate the ucd files in the tree. > > The UCD files are not distributed along with this commit, but we add > information on how to fetch them. > > Signed-off-by: Gabriel Krisman Bertazi Thanks, applied, with one minor fixup: > diff --git a/util/ucd/README b/util/ucd/README > new file mode 100644 > index 000000000000..9fed514084b7 > --- /dev/null > +++ b/util/ucd/README ... > +md5sums > + > + 414436796cf097df55f798e1585448ee CaseFolding-11.0.0.txt > + 6032a595fbb782694456491d86eecfac DerivedAge-11.0.0.txt > + 3240997d671297ac754ab0d27577acf7 DerivedCombiningClass-11.0.0.txt > + d41d8cd98f00b204e9800998ecf8427e DerivedCombiningClass.txt ^^^^^^^^^^^^^^^^^^^^^^^^^ This looks like a leftover, so I removed it. - Ted