changeset 409:b80a0ed1837d

Fix old uClibc build.
author Rob Landley <rob@landley.net>
date Sat, 11 Oct 2008 04:28:06 -0500
parents 5d8f87345656
children add8c7af89ec
files mini-native.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Sat Oct 11 00:27:54 2008 -0500
+++ b/mini-native.sh	Sat Oct 11 04:28:06 2008 -0500
@@ -51,7 +51,7 @@
   BUILDIT="install -j $CPUS"
 else
   CONFIGFILE=miniconfig-uClibc
-  BUILDIT=all install_runtime install_dev utils
+  BUILDIT="all install_runtime install_dev utils"
 fi
 make KCONFIG_ALLCONFIG="${CONFIG_DIR}"/$CONFIGFILE allnoconfig &&
 make CROSS="${ARCH}-" KERNEL_HEADERS="${TOOLS}/include" PREFIX="${TOOLS}/" \