]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
kbuild: Do not run modules_install and install in paralel
authorMichal Marek <mmarek@suse.cz>
Thu, 10 Dec 2015 14:53:06 +0000 (15:53 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 20 Oct 2016 13:05:57 +0000 (08:05 -0500)
commitae7ddee116bd7c9fe9326b6da879a1b7713a1dd1
treebf148d3bc3fe8328a04c9493a77889fa53fe27de
parentb2e00ffdcbab7177535da8fd0fce131fe7bc2411
kbuild: Do not run modules_install and install in paralel

BugLink: http://bugs.launchpad.net/bugs/1629386
commit a85a41ed69f27c4c667d8c418df14b4fb220c4ad upstream.

Based on a x86-only patch by Andy Lutomirski <luto@amacapital.net>

With modular kernels, 'make install' is going to need the installed
modules at some point to generate the initramfs.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Makefile