Changeset cc8d737 in clfs-sysroot for BOOK/final-system/common/findutils.xml


Ignore:
Timestamp:
Mar 15, 2009, 7:07:43 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
8909252
Parents:
47dadc6
Message:

Use cat instead of echo wherever possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/findutils.xml

    r47dadc6 rcc8d737  
    3131    run a select few tests, Set the values manually:</para>
    3232
    33 <screen os="c2"><userinput>echo "gl_cv_func_wcwidth_works=yes" &gt; config.cache
    34 echo "gl_cv_header_working_fcntl_h=yes" &gt;&gt; config.cache
    35 echo "ac_cv_func_fnmatch_gnu=yes" &gt;&gt; config.cache</userinput></screen>
     33<screen os="c2"><userinput>cat &gt; config.cache &lt;&lt; EOF
     34gl_cv_func_wcwidth_works=yes
     35gl_cv_header_working_fcntl_h=yes
     36ac_cv_func_fnmatch_gnu=yes
     37EOF</userinput></screen>
    3638
    3739    <para os="a">Prepare Findutils for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.