Changeset cc8d737 in clfs-sysroot for BOOK/final-system/common/kbd.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/kbd.xml

    r47dadc6 rcc8d737  
    2929    run a select few tests, Set the values manually:</para>
    3030
    31 <screen os="cc1"><userinput>echo "ac_cv_func_setpgrp_void=yes" &gt; config.cache
    32 echo "ac_cv_func_malloc_0_nonnull=yes" &gt;&gt; config.cache
    33 echo "ac_cv_func_realloc_0_nonnull=yes" &gt;&gt; config.cache</userinput></screen>
     31<screen os="cc1"><userinput>cat &gt; config.cache &lt;&lt; EOF
     32ac_cv_func_setpgrp_void=yes
     33ac_cv_func_malloc_0_nonnull=yes
     34ac_cv_func_realloc_0_nonnull=yes
     35EOF</userinput></screen>
    3436
    3537    <para os="a">Prepare Kbd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.