All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] kconfig: config script: add a little user help
@ 2020-12-19 17:08 Randy Dunlap
  2020-12-23 15:05 ` Masahiro Yamada
  2021-04-02 14:20 ` Andi Kleen
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-12-19 17:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Andi Kleen, Masahiro Yamada, linux-kbuild

Give the user a clue about the problem along with the 35 lines of
usage/help text.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: linux-kbuild@vger.kernel.org
---
v2: spell out "command" & send to STDERR; (Yamada-san)

 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] kconfig: config script: add a little user help
  2020-12-19 17:08 [PATCH v2] kconfig: config script: add a little user help Randy Dunlap
@ 2020-12-23 15:05 ` Masahiro Yamada
  2021-04-02 14:20 ` Andi Kleen
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2020-12-23 15:05 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Linux Kernel Mailing List, Andi Kleen, Linux Kbuild mailing list

On Sun, Dec 20, 2020 at 2:08 AM Randy Dunlap <rdunlap@infradead.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@infradead.org>
> Cc: Andi Kleen <ak@linux.intel.com>
> Cc: Masahiro Yamada <masahiroy@kernel.org>
> Cc: linux-kbuild@vger.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] kconfig: config script: add a little user help
  2020-12-19 17:08 [PATCH v2] kconfig: config script: add a little user help Randy Dunlap
  2020-12-23 15:05 ` Masahiro Yamada
@ 2021-04-02 14:20 ` Andi Kleen
  1 sibling, 0 replies; 3+ messages in thread
From: Andi Kleen @ 2021-04-02 14:20 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, Masahiro Yamada, linux-kbuild

On Sat, Dec 19, 2020 at 09:08:05AM -0800, Randy Dunlap wrote:
> Give the user a clue about the problem along with the 35 lines of
> usage/help text.

Reviewed-by: Andi Kleen <ak@linux.intel.com>

-Andi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-02 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19 17:08 [PATCH v2] kconfig: config script: add a little user help Randy Dunlap
2020-12-23 15:05 ` Masahiro Yamada
2021-04-02 14:20 ` Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.