From: H. Peter Anvin Date: Fri, 17 Apr 2009 17:46:37 +0000 (-0700) Subject: x86, kbuild: make "make install" not depend on vmlinux X-Git-Tag: v2.6.30-rc4~29^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1648e4f805063137b55b869666e936ffd4419cdf;p=pandora-kernel.git 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 Cc: Sam Ravnborg LKML-Reference: <20090415234642.GA28531@uranus.ravnborg.org> --- Reading git-diff-tree failed