[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)
commitbff288c19e8b6217ddd660d4fa42c29a0ab1d58c
tree7e1ab8fe5f04ab79ff9fa71908e153dc4768b633
parent5331be090567d9335476f876b2d85427cd7c4426
[PATCH] kbuild, Kbuild.include: avoid using spaces in call arguments

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