Changeset a3a3609


Ignore:
Timestamp:
02/25/2006 11:46:24 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
b812d0f
Parents:
fb6fcc5
Message:

Ported r7395 from trunk to udev_update branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7397 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    rfb6fcc5 ra3a3609  
    5353    this.</para>
    5454
    55 <screen>echo '#define YYENABLE_NLS 1' >> config.h</screen>
     55<screen><userinput>echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen>
    5656
    5757    <para>Compile the package:</para>
  • chapter06/gcc.xml

    rfb6fcc5 ra3a3609  
    7474    will simulate its presence.</para>
    7575
    76 <screen>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</screen>
     76<screen><userinput>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>
    7777
    7878    <para>The GCC documentation recommends building GCC outside of the source
Note: See TracChangeset for help on using the changeset viewer.