Commit e94db9b9 authored by Tim Gardner's avatar Tim Gardner

UBUNTU: [debian] hmake -j1

The kernel makefile appears to have parallel dependency
problems for the install_headers target.
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent d27b2be3
......@@ -296,7 +296,7 @@ install-arch-headers:
-e 's/.*CONFIG_LOCALVERSION_AUTO.*/# CONFIG_LOCALVERSION_AUTO is not set/' \
$(headers_tmp)/.config.old > $(headers_tmp)/.config
$(hmake) silentoldconfig
$(hmake) $(conc_level) headers_install
$(hmake) headers_install
( cd $(headers_tmp)/install/include/ && \
find . -name '.' -o -name '.*' -prune -o -print | \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment