]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Stop arch/i386/kernel/vsyscall-note.o being rebuilt every time
authorKeith Owens <kaos@ocs.com.au>
Wed, 8 Jun 2005 22:49:07 +0000 (15:49 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 8 Jun 2005 23:21:13 +0000 (16:21 -0700)
commitc4c1ff29713d19c1249f3f700872aacbeb49ce2c
tree7f22b5778559492c994fcaa9ca79ed409a6f3f2a
parent70ba295c30871f601c3a608aa64b771268ebd20d
[PATCH] Stop arch/i386/kernel/vsyscall-note.o being rebuilt every time

arch/i386/kernel/vsyscall-note.o is not listed as a target so its .cmd file
is neither considered as a target nor is it read on the next build.  This
causes vsyscall-note.o to be rebuilt every time that you run make, which
causes vmlinux to be rebuilt every time.

Signed-off-by: Keith Owens <kaos@ocs.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/Makefile