[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNASxzs8DxqzkaF0LiEA7Y4N+sf+bQ7=DdyYdgFWZWMP0tw@mail.gmail.com>
Date: Sun, 20 Dec 2020 00:47:26 +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] kconfig: config script: add a little user help
On Sat, Dec 19, 2020 at 3:00 PM 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
> ---
> 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 cmd: $CMD"
Please send this to stderr.
> usage
> ;;
> esac
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists