From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752225Ab1GSNGI (ORCPT ); Tue, 19 Jul 2011 09:06:08 -0400 Received: from cantor2.suse.de ([195.135.220.15]:41246 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375Ab1GSNGG (ORCPT ); Tue, 19 Jul 2011 09:06:06 -0400 Message-ID: <4E25813D.9020600@suse.cz> Date: Tue, 19 Jul 2011 15:06:05 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Arnaud Lacombe Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC 0/7] Kconfig library check merge References: <1307387767-9237-1-git-send-email-lacombar@gmail.com> <1309571259-15241-1-git-send-email-lacombar@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18.7.2011 21:03, Arnaud Lacombe wrote: > Hi, > > On Fri, Jul 1, 2011 at 9:47 PM, Arnaud Lacombe wrote: >> Hi Michal, >> >> You'll find hereafter a splitted-down version of my previous preliminary >> patch. I will eventually need to complete the second commit message, it is >> missing the purpose of the change, which AFAIR was a failure of something. >> >> Comments welcome! >> >> - Arnaud >> >> Arnaud Lacombe (7): >> kconfig/Makefile: add pretty printer for moc(1) >> kconfig/Makefile: ensure `conf' appears last in `hostprogs-y' >> kconfig/check.sh: prepare for generic check >> kconfig: move QT checks to `scripts/kconfig/check.sh' >> kconfig: move GTK checks to `scripts/kconfig/check.sh' >> kconfig: move ncurses checks to `scripts/kconfig/check.sh' >> kconfig: add stub for nconf checks >> >> scripts/kconfig/Makefile | 155 +++++----------------- >> scripts/kconfig/check.sh | 199 ++++++++++++++++++++++++++-- >> scripts/kconfig/lxdialog/check-lxdialog.sh | 84 ------------ >> 3 files changed, 223 insertions(+), 215 deletions(-) >> > ping ? Pong. The series looks fine to me. I have no strong opinion about the name of the check script, pick whatever you like and send a series with your signoff. Michal