From: Keith Owens Date: Wed, 8 Jun 2005 22:49:07 +0000 (-0700) Subject: [PATCH] Stop arch/i386/kernel/vsyscall-note.o being rebuilt every time X-Git-Tag: v2.6.12~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5754c9b649e414f1e3a3ea2ec15e42ed3e42eeb8;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed