linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] kbuild: mergeconfig: fix bugs, improve readability, and add generic entry point
@ 2015-03-13  6:21 Masahiro Yamada
  2015-03-13  6:21 ` [PATCH 1/6] kbuild: mergeconfig: fix "jobserver unavailable" warning Masahiro Yamada
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Masahiro Yamada @ 2015-03-13  6:21 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Josh Boyer, Darren Hart, john stultz, Michal Marek, Josh Triplett,
	Masahiro Yamada, linux-kernel, Yann E. MORIN


This series is related to mergeconfig (scripts/kconfig/merge_config.sh):

1/6 and 2/6 fix bugs related to the parallel build. (-j option).
3/6 thru 5/6 are minor clean-ups.
6/6 is a new feature; add a generic entry point of mergeconfig.

The last one is RFC.

Masahiro Yamada (6):
  kbuild: mergeconfig: fix "jobserver unavailable" warning
  kbuild: mergeconfig: move an error check to merge_config.sh
  kbuild: mergeconfig: remove redundant $(objtree)
  merge_config.sh: improve indentation
  merge_config.sh: rename MAKE to RUNMAKE
  kbuild: add generic mergeconfig target, %.config

 scripts/kconfig/Makefile        | 20 +++++++++-----------
 scripts/kconfig/merge_config.sh | 25 ++++++++++++++-----------
 2 files changed, 23 insertions(+), 22 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-03-24 15:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13  6:21 [PATCH 0/6] kbuild: mergeconfig: fix bugs, improve readability, and add generic entry point Masahiro Yamada
2015-03-13  6:21 ` [PATCH 1/6] kbuild: mergeconfig: fix "jobserver unavailable" warning Masahiro Yamada
2015-03-13  6:21 ` [PATCH 2/6] kbuild: mergeconfig: move an error check to merge_config.sh Masahiro Yamada
2015-03-13  6:21 ` [PATCH 3/6] kbuild: mergeconfig: remove redundant $(objtree) Masahiro Yamada
2015-03-13  6:21 ` [PATCH 4/6] merge_config.sh: improve indentation Masahiro Yamada
2015-03-13  6:21 ` [PATCH 5/6] merge_config.sh: rename MAKE to RUNMAKE Masahiro Yamada
2015-03-13  6:21 ` [RFC PATCH 6/6] kbuild: add generic mergeconfig target, %.config Masahiro Yamada
2015-03-13  8:27 ` [PATCH 0/6] kbuild: mergeconfig: fix bugs, improve readability, and add generic entry point Josh Triplett
2015-03-13 21:29   ` Darren Hart
2015-03-24 15:55     ` Michal Marek

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).