public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] kconfig: enhance parsing and operator recognition
@ 2015-01-20 12:51 Jan Beulich
  2015-03-12 12:34 ` Paul Bolle
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Beulich @ 2015-01-20 12:51 UTC (permalink / raw)
  To: linux-kbuild; +Cc: akpm, Michal Marek, pebolle

There being at least one case (DEBUG_UART_8250_WORD in
arch/arm/Kconfig.debug) where the utility silently behaves other than
what the programmer expects tells us that (a) we shouldn't silently
ignore unrecognized characters and (b) it's not just me always having
wanted to be able to use comparisons other than (in)equality ones.

1: trivial: sound/soc/intel/Kconfig: use single backslash for line continuation
2: kconfig: don't silently ignore unhandled characters
3: kconfig: allow use of relations other than (in)equality

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
v3: Split off sound/soc/intel/Kconfig change from patch 1 (now 2).
v2: printf() -> fprintf(stderr, ) upon Paul Bolle's request. Replace
    two instances of double backslash line continuations with single
    ones in sound/soc/intel/Kconfig. Drop stray debugging printf()s
    from patch 2.



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

end of thread, other threads:[~2015-03-12 12:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20 12:51 [PATCH v3 0/3] kconfig: enhance parsing and operator recognition Jan Beulich
2015-03-12 12:34 ` Paul Bolle
2015-03-12 12:42   ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox