Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965367AbeALWu6 (ORCPT + 1 other); Fri, 12 Jan 2018 17:50:58 -0500 Received: from mga04.intel.com ([192.55.52.120]:15111 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965277AbeALWu5 (ORCPT ); Fri, 12 Jan 2018 17:50:57 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,350,1511856000"; d="scan'208";a="26738759" Subject: Re: [PATCH] Remove silentoldconfig from "make help"; fix kconfig/conf's help To: Masahiro Yamada Cc: Thiago Macieira , Josh Triplett , Guenter Roeck , Wayne Boyer , Linux Kbuild mailing list , Linux Kernel Mailing List , Michal Marek References: <20171219012656.23728-1-marc.herbert@intel.com> <070e7d03-b1a7-430f-709b-bb5fe9e2a0a3@intel.com> From: Marc Herbert Message-ID: Date: Fri, 12 Jan 2018 14:49:41 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Masahiro, On 09/01/2018 23:17, Masahiro Yamada wrote: > > "(oldconfig used to be more verbose)" > The historical background is git. > If people are interested in archeology, > they would be able to do it by "git log", "git blame", etc. > We are generally interested in the current behavior. I'd like to keep that sentence because it's there to explain the legacy and confusing "--silentoldconfig" name which unfortunately still sticks out in the *current* conf.c interface. + printf(" --silentoldconfig Similar to oldconfig but generates configuration in\n" + " include/{generated/,config/} (oldconfig used to be more verbose)\n"); The purpose of this sentence is to warn people that: "silentoldconfig is just archeology, so you can safely ignore it" and save them time. The alternative I considered was to entirely remove "silentconfig" not just from the Makefile's help but from the conf.c help too. Thoughts? -- Marc