Changeset 1da2a84 for BOOK/temp-system/common/findutils.xml
- Timestamp:
- Sep 14, 2008, 11:30:14 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e8e6c4e
- Parents:
- 9d32016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/findutils.xml
r9d32016 r1da2a84 23 23 <title>Installation of Findutils</title> 24 24 25 <para os="t1">The following cache entries set the values for tests that do 26 not run while cross-compiling:</para> 27 28 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache 29 echo "ac_cv_func_fnmatch_gnu=yes" >> config.cache</userinput></screen> 30 25 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 32 href="../../final-system/common/findutils.xml" … … 28 34 29 35 <screen os="ac"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 36 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 37 --cache-file=config.cache</userinput></screen> 31 38 32 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.