changeset 278:f878f79763c7

Use make -j to install kernel headers.
author Rob Landley <rob@landley.net>
date Wed, 30 Jan 2008 21:39:29 -0600
parents ffef8c1fe240
children 2966ed8d6803
files mini-native.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Wed Jan 30 21:37:51 2008 -0600
+++ b/mini-native.sh	Wed Jan 30 21:39:29 2008 -0600
@@ -20,7 +20,7 @@
 
 setupfor linux
 # Install Linux kernel headers (for use by uClibc).
-make headers_install ARCH="${KARCH}" INSTALL_HDR_PATH="${TOOLS}" &&
+make headers_install -j "$CPUS" ARCH="${KARCH}" INSTALL_HDR_PATH="${TOOLS}" &&
 # build bootable kernel for target
 make ARCH="${KARCH}" allnoconfig KCONFIG_ALLCONFIG="${WORK}/miniconfig-linux" &&
 make -j $CPUS ARCH="${KARCH}" CROSS_COMPILE="${ARCH}-" &&