From: Michal Marek Date: Tue, 5 Apr 2011 12:32:30 +0000 (+0200) Subject: kbuild: Allow to override LINUX_COMPILE_BY and LINUX_COMPILE_HOST macros X-Git-Tag: v3.0-rc1~310^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53e6892c0411006848882eacfcfea9e93681b55d;p=pandora-kernel.git kbuild: Allow to override LINUX_COMPILE_BY and LINUX_COMPILE_HOST macros Make it possible to override the user@host string displayed during boot and in /proc/version by the environment variables KBUILD_BUILD_USER and KBUILD_BUILD_HOST. Several distributions patch scripts/mkcompile_h to achieve this, so let's provide an official way. Also, document the KBUILD_BUILD_TIMESTAMP variable while at it. Signed-off-by: Michal Marek --- Reading git-diff-tree failed