[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNARBo-Kww4PQmZseoYddWiFFSbZeNkaoOTik9bFjMM__-Q@mail.gmail.com>
Date: Thu, 24 Dec 2020 00:05:58 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andi Kleen <ak@...ux.intel.com>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: Re: [PATCH v2] kconfig: config script: add a little user help
On Sun, Dec 20, 2020 at 2:08 AM Randy Dunlap <rdunlap@...radead.org> wrote:
>
> Give the user a clue about the problem along with the 35 lines of
> usage/help text.
>
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Andi Kleen <ak@...ux.intel.com>
> Cc: Masahiro Yamada <masahiroy@...nel.org>
> Cc: linux-kbuild@...r.kernel.org
> ---
> v2: spell out "command" & send to STDERR; (Yamada-san)
Applied to linux-kbuild. Thanks.
> scripts/config | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20201218.orig/scripts/config
> +++ linux-next-20201218/scripts/config
> @@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
> ;;
>
> *)
> + echo "bad command: $CMD" >&2
> usage
> ;;
> esac
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists