kbuild: version.h should depend on .kernelrelease
authorJan Beulich <jbeulich@novell.com>
Wed, 22 Feb 2006 12:29:04 +0000 (13:29 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Wed, 22 Feb 2006 20:29:27 +0000 (21:29 +0100)
commitc3f9da90b6e63c968070aa72057fe15356b3f7b5
tree20ca7565dd33db629e21b5dae3d03f1b8f598003
parent6e10133fa4b2366e8ef18bc2ce34afe727b1c4ba
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 <jbeulich@novell.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile