Ignore:
Timestamp:
Feb 21, 2006, 2:18:14 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3c17f8e
Parents:
450a4e5
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:
BOOK/final-system/common
Files:
3 edited

Legend:

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

    r450a4e5 rde1676e  
    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>
  • BOOK/final-system/common/gcc.xml

    r450a4e5 rde1676e  
    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
  • BOOK/final-system/common/temp-perl.xml

    r450a4e5 rde1676e  
    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
Note: See TracChangeset for help on using the changeset viewer.