[Clfs-commits] commit: r4665 - /branches/clfs-embedded/BOOK/final-system/common/busybox.xml

svn at cross-lfs.org svn at cross-lfs.org
Fri Feb 6 07:45:03 PST 2009


Author: jim
Date: Fri Feb  6 15:45:03 2009
New Revision: 4665

Log:
Removed Duplicate Make. Reported by Nicholai Vesterlokke

Modified:
    branches/clfs-embedded/BOOK/final-system/common/busybox.xml

Modified: branches/clfs-embedded/BOOK/final-system/common/busybox.xml
==============================================================================
--- branches/clfs-embedded/BOOK/final-system/common/busybox.xml (original)
+++ branches/clfs-embedded/BOOK/final-system/common/busybox.xml Fri Feb  6 15:45:03 2009
@@ -54,7 +54,7 @@
 
     <para os="h">Install the package:</para>
 
-<screen os="i"><userinput>make make ARCH=${CLFS_ARCH} CC="${CC} ${BUILD}" CROSS_COMPILE="${CLFS_TARGET}-" \
+<screen os="i"><userinput>make ARCH=${CLFS_ARCH} CC="${CC} ${BUILD}" CROSS_COMPILE="${CLFS_TARGET}-" \
   CONFIG_PREFIX=${IMAGE_DIR} install</userinput></screen>
 
     <para os="j">If your going to build your kernel with modules, you will need to make




More information about the Clfs-commits mailing list