Changeset 2df5a38


Ignore:
Timestamp:
Feb 21, 2006, 8:24:45 PM (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:
40c3cef
Parents:
60d5ae1
Message:

r2391@server (orig r1193): chris | 2006-02-21 20:23:08 -0800
Updated sed instructions to install HTML docs, and added a few more -v switches

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/kernfs.xml

    r60d5ae1 r2df5a38  
    3131
    3232<screen><userinput>mount -vt proc proc $LFS/proc
    33 mount -t sysfs sysfs $LFS/sys</userinput></screen>
     33mount -vt sysfs sysfs $LFS/sys</userinput></screen>
    3434
    3535  <para>Remember that if for any reason you stop working on the LFS system
  • BOOK/final-system/common/coreutils.xml

    r60d5ae1 r2df5a38  
    9595    stages of booting, those binaries need to be on the root partition:</para>
    9696
    97 <screen os="u"><userinput>mv /usr/bin/{head,sleep} /bin</userinput></screen>
     97<screen os="u"><userinput>mv -v /usr/bin/{head,sleep} /bin</userinput></screen>
    9898
    9999  </sect2>
  • BOOK/final-system/common/ncurses.xml

    r60d5ae1 r2df5a38  
    6565    <para os="l">Give the Ncurses libraries execute permissions:</para>
    6666
    67 <screen os="m"><userinput>chmod 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen>
     67<screen os="m"><userinput>chmod -v 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen>
    6868
    6969  </sect2>
  • BOOK/final-system/common/sed.xml

    r60d5ae1 r2df5a38  
    3434    <title>Installation of Sed</title>
    3535
    36     <para os="a">By default, Sed installs its HTML documentation in
    37     <filename class="directory">/usr/share/doc</filename>. Alter this to
    38     <filename class="directory">/usr/share/doc/sed-&sed-version;</filename> by
    39     applying the following <command>sed</command>:</para>
     36    <para os="a">Prepare Sed for compilation:</para>
    4037
    41 <screen os="b"><userinput>sed -i 's@/doc@&amp;/sed-&sed-version;@' doc/Makefile.in</userinput></screen>
     38<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
    4239
    43     <para os="c">Prepare Sed for compilation:</para>
     40    <variablelist os="c">
     41      <title>The meaning of the new configure option:</title>
    4442
    45 <screen os="d"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
     43      <varlistentry>
     44        <term><parameter>--enable-html</parameter></term>
     45        <listitem>
     46          <para>This option tells Sed to build and install its HTML
     47          documentation.</para>
     48        </listitem>
     49      </varlistentry>
     50    </variablelist>
    4651
    47     <para os="e">Compile the package:</para>
     52    <para os="d">Compile the package:</para>
    4853
    49 <screen os="f"><userinput>make</userinput></screen>
     54<screen os="e"><userinput>make</userinput></screen>
    5055
    51     <para os="g">To test the results, issue:
     56    <para os="f">To test the results, issue:
    5257    <userinput>make check</userinput>.</para>
    5358
    54     <para os="h">Install the package:</para>
     59    <para os="g">Install the package:</para>
    5560
    56 <screen os="i"><userinput>make install</userinput></screen>
     61<screen os="h"><userinput>make install</userinput></screen>
    5762
    5863  </sect2>
  • BOOK/final-system/multilib/sed.xml

    r60d5ae1 r2df5a38  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/sed.xml"
    30     xpointer="xpointer(//*[@os='b'])"/>
     28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
     29   --bindir=/bin --enable-html</userinput></screen>
    3130
    3231    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3433    xpointer="xpointer(//*[@os='c'])"/>
    3534
    36 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    37    --bindir=/bin</userinput></screen>
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../common/sed.xml"
     37    xpointer="xpointer(//*[@os='d'])"/>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5353    xpointer="xpointer(//*[@os='h'])"/>
    5454
    55     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    56     href="../common/sed.xml"
    57     xpointer="xpointer(//*[@os='i'])"/>
    58 
    5955  </sect2>
    6056
  • BOOK/introduction/common/changelog.xml

    r60d5ae1 r2df5a38  
    4949          <para>[jciccone] - Updated to Man-Pages 2.24</para>
    5050        </listitem>
     51        <listitem>
     52          <para>[Chris] - Updated sed instructions to install its HTML
     53          docs.</para>
     54        </listitem>
    5155      </itemizedlist>
    5256    </listitem>
Note: See TracChangeset for help on using the changeset viewer.