From patchwork Sun May 31 17:35:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Diego Viola X-Patchwork-Id: 6516311 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 6BD509F1C1 for ; Sun, 31 May 2015 17:36:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B2E50205FA for ; Sun, 31 May 2015 17:36:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B604E205F7 for ; Sun, 31 May 2015 17:36:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758373AbbEaRgP (ORCPT ); Sun, 31 May 2015 13:36:15 -0400 Received: from mail-vn0-f48.google.com ([209.85.216.48]:38870 "EHLO mail-vn0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755433AbbEaRgO (ORCPT ); Sun, 31 May 2015 13:36:14 -0400 Received: by vnbf190 with SMTP id f190so13612209vnb.5; Sun, 31 May 2015 10:36:13 -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=BommfaPLj8tx/o0lXIqLPS7mn8yIygBKSjmE8zGcSwo=; b=FJY3Gs9gIdMBKFjpAUrPTrYs18kPUF9WudxbelwSHh98NekkvN4JK2G+Wez6anfoRZ JQcVKzvJUIfrXZFDq0XxUaosbySr09xdO2ND7AWC+DAPyeQhpDrOlz+CGQSUhY36wXT7 DlwdrIEMhD9VuKhzeGfR4ZHJzgsccLrGz2jG8EHk36rMBTJDzvSeP6Lh7+5FPkIUF5FV QmQytueBW8FGip65rBtyA/Fx0n1XzfBT1fkx5pSpGUn5Q6hRWwFWCG0HCDVOG2tXXwsp 0qEIj9c4VoHs4y5nLaW89Qd3kQxvQsDca5yrlepRKFzqi/hasbGQCsqg0nP0SCazktef QcLw== X-Received: by 10.52.118.211 with SMTP id ko19mr21816288vdb.0.1433093773430; Sun, 31 May 2015 10:36:13 -0700 (PDT) Received: from myhost.localdomain (200-232-173-155.dsl.telesp.net.br. [200.232.173.155]) by mx.google.com with ESMTPSA id co1sm16165256vdd.12.2015.05.31.10.36.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 31 May 2015 10:36:13 -0700 (PDT) From: Diego Viola To: mmarek@suse.cz Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org, Diego Viola Subject: [PATCH TRIVIAL] scripts/kconfig/Makefile: Cosmetic fixes Date: Sun, 31 May 2015 14:35:51 -0300 Message-Id: <1433093751-8149-1-git-send-email-diego.viola@gmail.com> X-Mailer: git-send-email 2.4.2 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=unavailable 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 3b48f7a..9e0be1c 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -86,7 +86,7 @@ $(simple-targets): $(obj)/conf PHONY += oldnoconfig savedefconfig defconfig # oldnoconfig is an alias of olddefconfig, because people already are dependent -# on its behavior(sets new symbols to their default value but not 'n') with the +# on its behavior (sets new symbols to their default value but not 'n') with the # counter-intuitive name. oldnoconfig: olddefconfig @@ -125,7 +125,7 @@ help: @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 ' gconfig - Update current config utilising a GTK 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' @echo ' localyesconfig - Update current config converting local mods to core' @@ -160,7 +160,7 @@ HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \ # qconf: Used for the xconfig target # 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 +# Based on GTK+ which needs to be installed to compile it # object files used by all kconfig flavours lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o @@ -273,7 +273,7 @@ $(obj)/gconf.o: $(obj)/.tmp_gtkcheck ifeq ($(MAKECMDGOALS),gconfig) -include $(obj)/.tmp_gtkcheck -# GTK needs some extra effort, too... +# GTK+ needs some extra effort, too... $(obj)/.tmp_gtkcheck: @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \ if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \ @@ -304,7 +304,7 @@ quiet_cmd_moc = MOC $@ $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck $(call cmd,moc) -# Extract gconf menu items for I18N support +# Extract gconf menu items for i18n support $(obj)/gconf.glade.h: $(obj)/gconf.glade $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \ $(obj)/gconf.glade