]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kbuild/i386: re-introduce dependency on vmlinux for install target, and add...
authorSam Ravnborg <sam@ravnborg.org>
Sat, 30 Apr 2005 23:51:42 +0000 (16:51 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 23:51:42 +0000 (16:51 -0700)
commit63f7a246bfdb03db7ea71213d3e35df269753cde
tree12be8c2f4969d94e724aecaee7681a99ed4ba41d
parentcd1f508be5500b9b1b623bbf3bf0b816a8f5fcc2
[PATCH] kbuild/i386: re-introduce dependency on vmlinux for install target, and add kernel_install

Removing the dependency on vmlinux for the install target raised a few
complaints, so instead a new target i added: kernel_install.

kernel_install will install the kernel just like the ordinary install target.
The only difference is that install has a dependency on vmlinux,
kernel_install does not. Therefore kernel_install is the best choice
when accessing the kernel over a NFS mount or as another user.

kernel_install is similar to modules_install in the fact that neither does
a full kernel compile before performing the install.
In this way they are good for root use. Also added back the
dependency on vmlinux for the install target so peoples scripts are no
longer broken.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Makefile