From: Roman Zippel Date: Thu, 8 Feb 2007 21:48:51 +0000 (+0100) Subject: [PATCH] kbuild: more Makefile cleanups X-Git-Tag: v2.6.21-rc1~83^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beda9f3a13bbb22cde92a45f230a02ef2afef6a9;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed