[PATCH] kbuild, Kbuild.include: avoid using spaces in call arguments
authorOleg Verych <olecom@flower.upol.cz>
Wed, 7 Feb 2007 22:04:35 +0000 (23:04 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 7 Feb 2007 23:32:26 +0000 (15:32 -0800)
Do not use whitespace in arguments of functions in makefiles, as they
propagate further without notice.  Thus we get

  + echo ' y'

  instead of

  + echo y

Fix misleading comments.

Signed-off-by: Oleg Verych <olecom@flower.upol.cz>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/Kbuild.include

Simple merge