From: Oleg Verych Date: Wed, 7 Feb 2007 22:04:35 +0000 (+0100) Subject: [PATCH] kbuild, Kbuild.include: avoid using spaces in call arguments X-Git-Tag: v2.6.21-rc2~42^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bff288c19e8b6217ddd660d4fa42c29a0ab1d58c;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed