]> Git Repo - linux.git/commit
x86, kbuild: make "make install" not depend on vmlinux
authorH. Peter Anvin <[email protected]>
Fri, 17 Apr 2009 17:46:37 +0000 (10:46 -0700)
committerIngo Molnar <[email protected]>
Fri, 17 Apr 2009 20:43:12 +0000 (22:43 +0200)
commit1648e4f805063137b55b869666e936ffd4419cdf
treec1b76b075d0592cb3ff86c7ede659dd8a87ed4b4
parent27229ca63269c1be0a710f074fa9de4024f283f1
x86, kbuild: make "make install" not depend on vmlinux

It is common to use "make install" in restricted environments which
differ from the one which was actually used to build the kernel.  In
such environments it is highly undesirable to trigger a rebuild of any
part of the system.  Worse, the rebuild may be spurious, triggered by
differences in the environment.

Signed-off-by: H. Peter Anvin <[email protected]>
Cc: Sam Ravnborg <[email protected]>
LKML-Reference: <20090415234642[email protected]>
arch/x86/Makefile
This page took 0.049691 seconds and 4 git commands to generate.