[Clfs-commits] commit: r3839 - in /trunk/BOOK/temp-system: common/findutils.xml multilib/findutils.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Dec 26 00:00:37 PST 2007


Author: chris at beaker67.com
Date: Wed Dec 26 08:00:37 2007
New Revision: 3839

Log:
Remove unneeded config.cache reference from temp-system findutils

Modified:
    trunk/BOOK/temp-system/common/findutils.xml
    trunk/BOOK/temp-system/multilib/findutils.xml

Modified: trunk/BOOK/temp-system/common/findutils.xml
==============================================================================
--- trunk/BOOK/temp-system/common/findutils.xml (original)
+++ trunk/BOOK/temp-system/common/findutils.xml Wed Dec 26 08:00:37 2007
@@ -27,8 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="ac"><userinput>./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --cache-file=config.cache</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/findutils.xml"

Modified: trunk/BOOK/temp-system/multilib/findutils.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/findutils.xml (original)
+++ trunk/BOOK/temp-system/multilib/findutils.xml Wed Dec 26 08:00:37 2007
@@ -27,7 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
-   --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
+   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/findutils.xml"




More information about the Clfs-commits mailing list