git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5331be0
)
[PATCH] kbuild, Kbuild.include: avoid using spaces in call arguments
author
Oleg Verych
<olecom@flower.upol.cz>
Wed, 7 Feb 2007 22:04:35 +0000
(23:04 +0100)
committer
Linus 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
patch
|
blob
|
history
diff --cc
scripts/Kbuild.include
Simple merge