Received: by 10.223.148.5 with SMTP id 5csp6695979wrq; Wed, 17 Jan 2018 17:42:47 -0800 (PST) X-Google-Smtp-Source: ACJfBosg98qHIExbHJMXs8K2Lg18LGvHFIs1EkoIT4awoqbp7Y6y6HVjCjx3UnnyWm3Jkg811aC1 X-Received: by 10.84.234.22 with SMTP id m22mr14801842plk.142.1516239767100; Wed, 17 Jan 2018 17:42:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516239767; cv=none; d=google.com; s=arc-20160816; b=MTHCNtWFAy00N/oGAUfxFN0AmJ2e4jmYgKZ2bpJLgllD8rOBX3K0R9E+RJi+ArcAyA ytcQXrxF6s0gGr8XhnGouftWvflow11tmeZjqTXIQdvhZ3yyVqILum2NbNb7Atsjdaf1 Kx0lznp4n6Ak1ZkW36WUm0vhE7dkL75Dzmms+ci0O+BwatVqjmDwxFoKllgdar6gYkLx DyNT0fvMU9Vp5AzJwM+TVL5kTTWwUT9Nr6hbrsCXP3JdrFO9g0eQjFU33ZI92SuPe3ci 4t7RONSi2QRSr5BtefyWo6WvxKkkzn6PBaqlXDMNJTKj5OLtSeleVKuSwuF6CFE5H96p 0adw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=6GupZ7pZ82mNDEJDYkjt2NR3WFzpjlGCx88UoXftvbI=; b=uuiunOJYNo4/eK1JmWAKWUoLkQjmrvWj0Se7GbsoqYrmuRQ2k6CsQt92QnEYjp6bNv pHaB+i4M8hKcp5KISR6C3kaiPjAviixFhgoqCuM3hdZEwMnGLI3t5LWTFogUxHCa7Iln 8lA6NURIW/ZE/daQw4dJQdJZyHU0k6NyHjU4CJHfVKimjPd+/3cHBi1hFcgoYRnXmFYl 94ixFQtzatcATo1M1NMd64lxbFsAZ9bOUWn8L+THdGkzq4AD0niu99qi4zLZS0IR1BB1 G3K8IJ8usrJU/Oz10zNO1Np8bpwRCOWCX423U0H4Ra9jc0TIvaqT2xHqYxGATLkhU3QI ED2g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h132si5406565pfe.169.2018.01.17.17.42.33; Wed, 17 Jan 2018 17:42:47 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753017AbeARBmI (ORCPT + 99 others); Wed, 17 Jan 2018 20:42:08 -0500 Received: from mga05.intel.com ([192.55.52.43]:51376 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752840AbeARBmD (ORCPT ); Wed, 17 Jan 2018 20:42:03 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2018 17:42:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,375,1511856000"; d="scan'208";a="167009766" Received: from mherber2-mobl.jf.intel.com ([10.7.199.55]) by orsmga004.jf.intel.com with ESMTP; 17 Jan 2018 17:42:02 -0800 From: Marc Herbert To: Masahiro Yamada , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Michal Marek , Wayne Boyer , Marc Herbert Subject: [PATCH v2] Remove silentoldconfig from "make help"; fix kconfig/conf's help Date: Wed, 17 Jan 2018 17:41:37 -0800 Message-Id: <20180118014137.28313-1-marc.herbert@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20171219012656.23728-1-marc.herbert@intel.com> References: <20171219012656.23728-1-marc.herbert@intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org As explained by Michal Marek at https://lkml.org/lkml/2011/8/31/189 silentoldconfig has become a misnomer. It has become an internal interface so remove it from "make help" to stop confusing people trying to use it as seen for instance at https://chromium-review.googlesource.com/835632 On the other hand, correct and expand its description in the help of scripts/kconfig/conf.c Signed-off-by: Marc Herbert --- v2: rewordings (Masahiro) scripts/kconfig/Makefile | 5 ++--- scripts/kconfig/conf.c | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 297c1bf35140..ac4bda790922 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -142,7 +142,6 @@ help: @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' - @echo ' silentoldconfig - Same as oldconfig, but quietly, additionally update deps' @echo ' defconfig - New config with default from ARCH supplied defconfig' @echo ' savedefconfig - Save current config as ./defconfig (minimal config)' @echo ' allnoconfig - New config where all options are answered with no' @@ -151,8 +150,8 @@ help: @echo ' alldefconfig - New config with all symbols set to default' @echo ' randconfig - New config with random answer to all options' @echo ' listnewconfig - List new options' - @echo ' olddefconfig - Same as silentoldconfig but sets new symbols to their' - @echo ' default value' + @echo ' olddefconfig - Same as oldconfig but sets new symbols to their' + @echo ' default value without prompting' @echo ' kvmconfig - Enable additional options for kvm guest kernel support' @echo ' xenconfig - Enable additional options for xen dom0 and guest kernel support' @echo ' tinyconfig - Configure the tiniest possible kernel' diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 866369f10ff8..303fbe2ffa04 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -477,8 +477,9 @@ static void conf_usage(const char *progname) printf(" --listnewconfig List new options\n"); printf(" --oldaskconfig Start a new configuration using a line-oriented program\n"); printf(" --oldconfig Update a configuration using a provided .config as base\n"); - printf(" --silentoldconfig Same as oldconfig, but quietly, additionally update deps\n"); - printf(" --olddefconfig Same as silentoldconfig but sets new symbols to their default value\n"); + printf(" --silentoldconfig Similar to oldconfig but generates configuration in\n" + " include/{generated/,config/} (oldconfig used to be more verbose)\n"); + printf(" --olddefconfig Same as oldconfig but sets new symbols to their default value\n"); printf(" --oldnoconfig An alias of olddefconfig\n"); printf(" --defconfig New config with default defined in \n"); printf(" --savedefconfig Save the minimal current configuration to \n"); -- 2.13.6