Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753100AbbDMBXA (ORCPT ); Sun, 12 Apr 2015 21:23:00 -0400 Received: from mail-la0-f49.google.com ([209.85.215.49]:36341 "EHLO mail-la0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752499AbbDMBW6 (ORCPT ); Sun, 12 Apr 2015 21:22:58 -0400 MIME-Version: 1.0 In-Reply-To: <1428312465-4172-1-git-send-email-diego.viola@gmail.com> References: <1428312465-4172-1-git-send-email-diego.viola@gmail.com> Date: Sun, 12 Apr 2015 22:22:57 -0300 Message-ID: Subject: Re: [PATCH] scripts/kconfig/Makefile: Fix spelling of Qt From: Diego Viola To: trivial@kernel.org Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Diego Viola Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3365 Lines: 63 Ping? On Mon, Apr 6, 2015 at 6:27 AM, Diego Viola wrote: > Signed-off-by: Diego Viola > --- > scripts/kconfig/Makefile | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile > index 9645c07..6da13d0 100644 > --- a/scripts/kconfig/Makefile > +++ b/scripts/kconfig/Makefile > @@ -126,7 +126,7 @@ help: > @echo ' config - Update current config utilising a line-oriented program' > @echo ' nconfig - Update current config utilising a ncurses menu based program' > @echo ' menuconfig - Update current config utilising a menu based program' > - @echo ' xconfig - Update current config utilising a QT based front-end' > + @echo ' xconfig - Update current config utilising a Qt based front-end' > @echo ' gconfig - Update current config utilising a GTK based front-end' > @echo ' oldconfig - Update current config utilising a provided .config as base' > @echo ' localmodconfig - Update current config disabling modules not loaded' > @@ -160,7 +160,7 @@ HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \ > # mconf: Used for the menuconfig target > # Utilizes the lxdialog package > # qconf: Used for the xconfig target > -# Based on QT which needs to be installed to compile it > +# Based on Qt which needs to be installed to compile it > # gconf: Used for the gconfig target > # Based on GTK which needs to be installed to compile it > # object files used by all kconfig flavours > @@ -219,11 +219,11 @@ ifeq ($(MAKECMDGOALS),xconfig) > $(obj)/.tmp_qtcheck: $(src)/Makefile > -include $(obj)/.tmp_qtcheck > > -# QT needs some extra effort... > +# Qt needs some extra effort... > $(obj)/.tmp_qtcheck: > @set -e; echo " CHECK qt"; dir=""; pkg=""; \ > if ! pkg-config --exists QtCore 2> /dev/null; then \ > - echo "* Unable to find the QT4 tool qmake. Trying to use QT3"; \ > + echo "* Unable to find the Qt4 tool qmake. Trying to use Qt3"; \ > pkg-config --exists qt 2> /dev/null && pkg=qt; \ > pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \ > if [ -n "$$pkg" ]; then \ > @@ -237,8 +237,8 @@ $(obj)/.tmp_qtcheck: > done; \ > if [ -z "$$dir" ]; then \ > echo >&2 "*"; \ > - echo >&2 "* Unable to find any QT installation. Please make sure that"; \ > - echo >&2 "* the QT4 or QT3 development package is correctly installed and"; \ > + echo >&2 "* Unable to find any Qt installation. Please make sure that"; \ > + echo >&2 "* the Qt4 or Qt3 development package is correctly installed and"; \ > echo >&2 "* either qmake can be found or install pkg-config or set"; \ > echo >&2 "* the QTDIR environment variable to the correct location."; \ > echo >&2 "*"; \ > -- > 2.3.5 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/