]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kbuild: version.h should depend on .kernelrelease
authorJan Beulich <jbeulich@novell.com>
Wed, 22 Feb 2006 12:29:04 +0000 (13:29 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 10 Mar 2006 23:59:34 +0000 (15:59 -0800)
commit15b9e756fc1b56cad4be486689ad4a2089de7315
tree4f2bd804fa206cd78a5173aadcc6b4015b0ce161
parent8aac0cf1e1a379c37396c8cafa951178db12edc4
[PATCH] kbuild: version.h should depend on .kernelrelease

Rebuilding a previously built tree while using make's -j option 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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile