From: Michal Marek Date: Thu, 17 Jun 2010 13:14:58 +0000 (+0200) Subject: kbuild: Clean up and speed up the localversion logic X-Git-Tag: v2.6.35-rc4~7^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09155120cf0ffe6f0c8aba3aa625831405b65996;p=pandora-kernel.git kbuild: Clean up and speed up the localversion logic Now that we run scripts/setlocalversion during every build, it makes sense to move all the localversion logic there. This cleans up the toplevel Makefile and also makes sure that the script is called only once in 'make prepare' (previously, it would be called every time due to a variable expansion in an ifneq statement). No user-visible change is intended, unless one runs the setlocalversion script directly. Reported-by: Dmitry Torokhov Cc: David Rientjes Cc: Greg Thelen Cc: Nico Schottelius Signed-off-by: Michal Marek --- Reading git-diff-tree failed