From: Jan Beulich Date: Wed, 22 Feb 2006 12:29:04 +0000 (+0100) Subject: kbuild: version.h should depend on .kernelrelease X-Git-Tag: v2.6.17-rc1~733^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f9da90b6e63c968070aa72057fe15356b3f7b5;p=pandora-kernel.git kbuild: version.h should depend on .kernelrelease Rebuilding a previously built tree while using make's -j options from time to time results in the version.h check running at the same time as the updating of .kernelrelease, resulting in UTS_RELEASE remaining an empty string (and as a side effect causing the entire kernel to be rebuilt). Signed-Off-By: Jan Beulich Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed