]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kbuild: more Makefile cleanups
authorRoman Zippel <zippel@linux-m68k.org>
Thu, 8 Feb 2007 21:48:51 +0000 (22:48 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 9 Feb 2007 18:12:20 +0000 (10:12 -0800)
commit84abc0ace19f427f28e0868d926debd36f54fc18
treef2e45eb276cf7083a8f952e68e7f3d47b2fd0ece
parent68d77e06f980d2cceb073d52490650e4565e43a3
[PATCH] kbuild: more Makefile cleanups

This adds the remaining changes which should have been part of the
review process.

 - the define command is inappropriate (it's primarily for rule
   definitions)
 - execute commands in the current dir as all other commands
 - .*.tmp (but not .*.null) files are also removed up by "make clean"
 - printf has other side effects, just use "echo -e"
 - proper quoting
 - proper indentation

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/Kbuild.include