Changeset 3931
- Timestamp:
- 06/28/08 18:50:17 (3 months ago)
- Files:
-
- trunk/BOOK/introduction/common/changelog.xml (modified) (1 diff)
- trunk/BOOK/temp-system/common/coreutils.xml (modified) (1 diff)
- trunk/BOOK/temp-system/multilib/coreutils.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/introduction/common/changelog.xml
r3930 r3931 40 40 <para>June 28, 2008</para> 41 41 <itemizedlist> 42 </listitem> 43 <para>[jciccone] - Add a config.cache entry to Coreutils so that the 44 <command>df</command> program will be built</para> 45 </listitem> 42 46 <listitem> 43 47 <para>[jciccone] - Fixed descriptions for lib64= in procps on the trunk/BOOK/temp-system/common/coreutils.xml
r3634 r3931 31 31 xpointer="xpointer(//*[@os='s2'])"/> 32 32 33 <para os="ba">Configure can not properly determine how to get free space 34 when cross-compiling, Without putting the following entry into 35 <filename>config.cache</filename> the <command>df</command> program will 36 not be built.</para> 37 38 <screen os="bb"><userinput>echo "fu_cv_sys_stat_statfs2_bsize=yes" > config.cache</userinput></screen> 39 33 40 <para os="bd">Prepare Coreutils for compilation:</para> 34 41 35 42 <screen os="be"><userinput>./configure --prefix=/tools \ 36 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 43 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 44 --cache-file=config.cache</userinput></screen> 37 45 38 46 <para os="m1">When we changed the futimens references, one of the files we trunk/BOOK/temp-system/multilib/coreutils.xml
r3555 r3931 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 34 href="../common/coreutils.xml" 35 xpointer="xpointer(//*[@os='ba'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/coreutils.xml" 39 xpointer="xpointer(//*[@os='bb'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../common/coreutils.xml" 35 43 xpointer="xpointer(//*[@os='bd'])"/> 36 44 37 45 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 46 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 47 --cache-file=config.cache</userinput></screen> 39 48 40 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
