From: Theodore Ts'o Date: Sat, 3 Nov 2007 01:52:59 +0000 (-0400) Subject: kbuild: change CONFIG_LOCALVERSION_AUTO to use a git-describe-ish format X-Git-Tag: v2.6.25-rc1~1164^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d882421f4e08ddf0a94245cdbe516db260aa6f41;p=pandora-kernel.git kbuild: change CONFIG_LOCALVERSION_AUTO to use a git-describe-ish format Change the automatic local version to have the form -nnnnn-gSHA1SUMID, where 'nnnnn' is the number of commits since the last tag (i.e., 2.6.21-rc7). This makes it much more likely that the package names created for the kernel will look "newer" to a package manager. Signed-off-by: "Theodore Ts'o" Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed