kbuild: drop vmlinux dependency from "make install"
authorH. Peter Anvin <hpa@zytor.com>
Sun, 8 Jan 2006 01:38:39 +0000 (17:38 -0800)
committerSam Ravnborg <sam@mars.ravnborg.org>
Mon, 9 Jan 2006 19:36:48 +0000 (20:36 +0100)
commit0d20babd86b40fa5ac55d9ebf31d05f6f7082161
treeffa209ee8d843b5f57b4062c2140971a5848b546
parent63b794bfd898899cc8b6d4679d4fdc486606194b
kbuild: drop vmlinux dependency from "make install"

This removes the dependency from vmlinux to install, thus avoiding the
current situation where "make install" has a nasty tendency to leave
root-turds in the working directory.

It also updates x86-64 to be in sync with i386.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
arch/i386/Makefile
arch/i386/boot/Makefile
arch/i386/boot/install.sh
arch/x86_64/Makefile
arch/x86_64/boot/Makefile
arch/x86_64/boot/install.sh