All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] kbuild: Add testconfig into make help output
@ 2018-06-02  9:08 Petr Vorel
  2018-06-02  9:08 ` [PATCH 2/2] kbuild: Move last word of nconfig help to the previous line Petr Vorel
  2018-06-05 13:15 ` [PATCH 1/2] kbuild: Add testconfig into make help output Masahiro Yamada
  0 siblings, 2 replies; 3+ messages in thread
From: Petr Vorel @ 2018-06-02  9:08 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Petr Vorel, Masahiro Yamada

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 scripts/kconfig/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 5def8779d7d8..36b092150c45 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -172,6 +172,7 @@ help:
 	@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'
+	@echo  '  testconfig	  - Run Kconfig unit tests (requires python3 and pytest)'
 
 # lxdialog stuff
 check-lxdialog  := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
-- 
2.17.1


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

* [PATCH 2/2] kbuild: Move last word of nconfig help to the previous line
  2018-06-02  9:08 [PATCH 1/2] kbuild: Add testconfig into make help output Petr Vorel
@ 2018-06-02  9:08 ` Petr Vorel
  2018-06-05 13:15 ` [PATCH 1/2] kbuild: Add testconfig into make help output Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2018-06-02  9:08 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Petr Vorel, Masahiro Yamada

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Changes v2->v3:
* Dropped incorrect indent fix. I was wrong, indent is correct. This was
  the main motivation for change, putting nconfig on one line isn't
  important, feel free to drop it.
---
 scripts/kconfig/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 36b092150c45..c7d192d97641 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -151,8 +151,7 @@ clean-dirs += tests/.cache
 # Help text used by make help
 help:
 	@echo  '  config	  - Update current config utilising a line-oriented program'
-	@echo  '  nconfig         - Update current config utilising a ncurses menu based'
-	@echo  '                    program'
+	@echo  '  nconfig         - Update current config utilising a ncurses menu based program'
 	@echo  '  menuconfig	  - Update current config utilising a menu based program'
 	@echo  '  xconfig	  - Update current config utilising a Qt based front-end'
 	@echo  '  gconfig	  - Update current config utilising a GTK+ based front-end'
-- 
2.17.1


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

* Re: [PATCH 1/2] kbuild: Add testconfig into make help output
  2018-06-02  9:08 [PATCH 1/2] kbuild: Add testconfig into make help output Petr Vorel
  2018-06-02  9:08 ` [PATCH 2/2] kbuild: Move last word of nconfig help to the previous line Petr Vorel
@ 2018-06-05 13:15 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2018-06-05 13:15 UTC (permalink / raw)
  To: Petr Vorel; +Cc: Linux Kbuild mailing list

2018-06-02 18:08 GMT+09:00 Petr Vorel <pvorel@suse.cz>:
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---

Both applied to linux-kbuild.  Thanks!



>  scripts/kconfig/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
> index 5def8779d7d8..36b092150c45 100644
> --- a/scripts/kconfig/Makefile
> +++ b/scripts/kconfig/Makefile
> @@ -172,6 +172,7 @@ help:
>         @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'
> +       @echo  '  testconfig      - Run Kconfig unit tests (requires python3 and pytest)'
>
>  # lxdialog stuff
>  check-lxdialog  := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
> --
> 2.17.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2018-06-05 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-02  9:08 [PATCH 1/2] kbuild: Add testconfig into make help output Petr Vorel
2018-06-02  9:08 ` [PATCH 2/2] kbuild: Move last word of nconfig help to the previous line Petr Vorel
2018-06-05 13:15 ` [PATCH 1/2] kbuild: Add testconfig into make help output Masahiro Yamada

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.