From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from conssluserg-06.nifty.com ([210.131.2.91]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gdlz6-000345-M4 for barebox@lists.infradead.org; Mon, 31 Dec 2018 01:03:15 +0000 Received: from mail-vs1-f49.google.com (mail-vs1-f49.google.com [209.85.217.49]) (authenticated) by conssluserg-06.nifty.com with ESMTP id wBV12sHI010021 for ; Mon, 31 Dec 2018 10:02:55 +0900 Received: by mail-vs1-f49.google.com with SMTP id x64so15896003vsa.5 for ; Sun, 30 Dec 2018 17:02:54 -0800 (PST) MIME-Version: 1.0 References: <1546178368-26182-1-git-send-email-yamada.masahiro@socionext.com> <1546178368-26182-10-git-send-email-yamada.masahiro@socionext.com> In-Reply-To: <1546178368-26182-10-git-send-email-yamada.masahiro@socionext.com> From: Masahiro Yamada Date: Mon, 31 Dec 2018 10:02:17 +0900 Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 09/11] kbuild: generate lexer and parser during build instead of shipping To: barebox@lists.infradead.org On Sun, Dec 30, 2018 at 11:01 PM Masahiro Yamada wrote: > > Recent kernel versions run flex and bison to generate lexers and > parsers from real source files such as *.l and *.y . This provides > better maintainability than version-controlling pre-generated C files > with a "_shipped" suffix. > > This commit imports from flex and bison rules form Linux, and delete > pre-generated parsers and lexers. Please let me rephrase this paragraph as follows: This commit imports flex and bison rules from Linux, and deletes pre-generated parsers and lexers. > Refer to the following commits in Linux: > > - 033dba2ec06c ("kbuild: prepare to remove C files pre-generated by > flex and bison") > > - 29c833061c1d ("kconfig: generate lexer and parser during build > instead of shipping") > > - e039139be8c2 ("scripts/dtc: generate lexer and parser during > build instead of shipping") > > Signed-off-by: Masahiro Yamada -- Best Regards Masahiro Yamada _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox