linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] kconfig: refactor package checks for GUI frontends
@ 2018-05-20  8:16 Masahiro Yamada
  2018-05-20  8:16 ` [PATCH v2 1/5] kbuild: do not display CHK for filechk Masahiro Yamada
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Masahiro Yamada @ 2018-05-20  8:16 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Luis R . Rodriguez, Randy Dunlap, Ulf Magnusson, Sam Ravnborg,
	Masahiro Yamada, linux-kernel, Thomas Gleixner,
	Philippe Ombredanne, Michal Marek, Greg Kroah-Hartman,
	Arvind Prasanna

Kconfig supports 4 GUI frontends.
Each of them needs some support packages, but checks them differently:

  qconf, gconf: check packages in Makefile (pkg-config is required)
  mconf: lxdialog/check-lxdialog.sh
  nconf: needs ncurses, but its presence is not checked

This series refactor the package checks so that all of them work
in the same way.

The package check scripts have been moved to scripts/kconfig/*conf-cfg.sh

The motivation of this clean-up is Randy's following patch:
https://patchwork.kernel.org/patch/10277723/

I want to clean up existing code before adding more checks.


Masahiro Yamada (5):
  kbuild: do not display CHK for filechk
  kconfig: refactor Qt package checks for building qconf
  kconfig: refactor GTK+ package checks for building gconf
  kconfig: refactor ncurses package checks for building mconf
  kconfig: refactor ncurses package checks for building nconf

 scripts/Kbuild.include                     |   1 -
 scripts/kconfig/Makefile                   | 160 ++++++++++-------------------
 scripts/kconfig/gconf-cfg.sh               |  23 +++++
 scripts/kconfig/lxdialog/check-lxdialog.sh |  93 -----------------
 scripts/kconfig/lxdialog/dialog.h          |   2 +-
 scripts/kconfig/mconf-cfg.sh               |  38 +++++++
 scripts/kconfig/nconf-cfg.sh               |  34 ++++++
 scripts/kconfig/qconf-cfg.sh               |  25 +++++
 8 files changed, 174 insertions(+), 202 deletions(-)
 create mode 100755 scripts/kconfig/gconf-cfg.sh
 delete mode 100755 scripts/kconfig/lxdialog/check-lxdialog.sh
 create mode 100755 scripts/kconfig/mconf-cfg.sh
 create mode 100644 scripts/kconfig/nconf-cfg.sh
 create mode 100755 scripts/kconfig/qconf-cfg.sh

-- 
2.7.4

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

end of thread, other threads:[~2018-05-22 15:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20  8:16 [PATCH v2 0/5] kconfig: refactor package checks for GUI frontends Masahiro Yamada
2018-05-20  8:16 ` [PATCH v2 1/5] kbuild: do not display CHK for filechk Masahiro Yamada
2018-05-20  8:16 ` [PATCH v2 2/5] kconfig: refactor Qt package checks for building qconf Masahiro Yamada
2018-05-20  9:45   ` Sam Ravnborg
2018-05-20  8:16 ` [PATCH v2 3/5] kconfig: refactor GTK+ package checks for building gconf Masahiro Yamada
2018-05-20  8:16 ` [PATCH v2 4/5] kconfig: refactor ncurses package checks for building mconf Masahiro Yamada
2018-05-20 10:06   ` Sam Ravnborg
2018-05-22  6:48     ` Masahiro Yamada
2018-05-22 15:49       ` Sam Ravnborg
2018-05-20 23:36   ` Randy Dunlap
2018-05-20  8:16 ` [PATCH v2 5/5] kconfig: refactor ncurses package checks for building nconf Masahiro Yamada
2018-05-20 23:31   ` Randy Dunlap
2018-05-20 23:41   ` Randy Dunlap
2018-05-21  4:48     ` Masahiro Yamada
2018-05-21  4:51       ` Randy Dunlap
2018-05-21  4:58         ` Masahiro Yamada
2018-05-21  6:24           ` Randy Dunlap
2018-05-21  6:58             ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).