From: Sam Ravnborg Date: Sun, 1 Apr 2007 19:49:27 +0000 (+0200) Subject: kbuild: override build timestamp & version X-Git-Tag: v2.6.22-rc1~1007^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c94bfb8ad354fb43d2caf870d7ca0b3f98dab3;p=pandora-kernel.git kbuild: override build timestamp & version Introduce KBUILD_BUILD_VERSION to make it possible to override kernel build version during build time. Introduce KBUILD_BUILD_TIMESTAMP to make it possible to override kernel build timestamp during build time. But variables are useful mainly by distros that want to pass info from an SCM when building the kernel. Timestamp could be last checkin date for a file etc. The idea came from Olaf Hering Cc: Olaf Hering Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed