From patchwork Sun Apr 5 07:00:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Diego Viola X-Patchwork-Id: 6161701 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5B59E9F1BE for ; Sun, 5 Apr 2015 07:00:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4C91220303 for ; Sun, 5 Apr 2015 07:00:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A49C202E9 for ; Sun, 5 Apr 2015 07:00:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750825AbbDEHAV (ORCPT ); Sun, 5 Apr 2015 03:00:21 -0400 Received: from mail-qc0-f180.google.com ([209.85.216.180]:36291 "EHLO mail-qc0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750808AbbDEHAU (ORCPT ); Sun, 5 Apr 2015 03:00:20 -0400 Received: by qcgx3 with SMTP id x3so2379480qcg.3; Sun, 05 Apr 2015 00:00:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=s5TE2N+CMHmkDD/aQQDc4pL2MplcRjp5Md6xqBx5Wjg=; b=Aw4cCB45O6Jh0FBIb5fP3r9HNpWTCTB4+HlSQm8iwQgixW/Nm1Kh+WvHSXkCBvC0ts 0w0nET8DcwDE72PqxHlkROuq9hjDiohHVyrX9lF1yUJRz+nQaacTUOBiVlgE5pifLUBw TWJARFvI/w1hNIemSaauQIdVGEd1LmIyxdZJ3BrdSiHGoXXxGNW+J62yeATuBFMkH0JJ pJ3Mi0eWgugKJoZfyq9OLimeBSC32nKspNGq+KNsM/MfH/jSNmZbjmpL/abUC0/iqaA7 L1iUKIMSX5u2YnuKie6ORrXkmiPqI+MOMuq0ZiV5SUh3W8sczrjWATikkPGNUTueaLoM Fdpw== X-Received: by 10.140.35.227 with SMTP id n90mr10928070qgn.17.1428217218652; Sun, 05 Apr 2015 00:00:18 -0700 (PDT) Received: from myhost.localdomain (200-232-172-204.dsl.telesp.net.br. [200.232.172.204]) by mx.google.com with ESMTPSA id j190sm664341qhc.33.2015.04.05.00.00.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 05 Apr 2015 00:00:17 -0700 (PDT) From: Diego Viola To: yann.morin.1998@free.fr Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Diego Viola Subject: [PATCH] scripts/kconfig/Makefile: fix Qt spelling Date: Sun, 5 Apr 2015 04:00:13 -0300 Message-Id: <1428217213-22225-1-git-send-email-diego.viola@gmail.com> X-Mailer: git-send-email 2.3.5 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 "*"; \