Changeset 62c1c5dd for final-system


Ignore:
Timestamp:
Feb 21, 2006, 2:18:14 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
987edf2b
Parents:
c5ff986
Message:

r1115@server (orig r1113): chris | 2006-01-30 22:12:19 -0800
Moved perl symlink to temp-perl section, and added userinput tags to a couple commands.

Location:
final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/bison.xml

    rc5ff986 r62c1c5dd  
    4343    this.</para>
    4444
    45 <screen os="b2">echo '#define YYENABLE_NLS 1' >> config.h</screen> 
     45<screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen> 
    4646
    4747    <para os="c">Compile the package:</para>
  • final-system/common/gcc.xml

    rc5ff986 r62c1c5dd  
    4848    will simulate its presence.</para>
    4949
    50 <screen os="e2">sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</screen>
     50<screen os="e2"><userinput>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>
    5151
    5252    <para os="f">The GCC documentation recommends building GCC outside of the source
  • final-system/common/temp-perl.xml

    rc5ff986 r62c1c5dd  
    5858cp -R lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
    5959
     60    <para os="j">Finally, create a necessary symlink:</para>
     61
     62<screen os="k"><userinput>ln -s /tools/bin/perl /usr/bin</userinput></screen>
     63
    6064  </sect2>
    6165
  • final-system/multilib/temp-perl.xml

    rc5ff986 r62c1c5dd  
    5757    xpointer="xpointer(//*[@os='i'])"/>
    5858
     59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     60    href="../common/temp-perl.xml"
     61    xpointer="xpointer(//*[@os='j'])"/>
     62
     63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     64    href="../common/temp-perl.xml"
     65    xpointer="xpointer(//*[@os='k'])"/>
     66
    5967  </sect2>
    6068
Note: See TracChangeset for help on using the changeset viewer.