Changeset 541137b


Ignore:
Timestamp:
May 16, 2006, 12:59:50 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
1cf4aa4
Parents:
1b5c73b
Message:

r3529@server (orig r1611): chris | 2006-05-15 23:56:47 -0700
Updated package build instructions as needed for the modified build order

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • boot/common/createfiles.xml

    r1b5c73b r541137b  
    1616  the next chapter after the software has been installed.</para>
    1717
    18 <screen><userinput>ln -sv /tools/bin/{bash,cat,pwd,stty} ${LFS}/bin
     18<screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,stty} ${LFS}/bin
    1919ln -sv /tools/lib/libgcc_s.so{,.1} ${LFS}/usr/lib
    2020ln -sv bash ${LFS}/bin/sh</userinput></screen>
  • chroot/common/createfiles.xml

    r1b5c73b r541137b  
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    17 <screen><userinput>ln -sv /tools/bin/{bash,cat,pwd,stty} /bin
     17<screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,stty} /bin
    1818ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
    1919ln -sv bash /bin/sh</userinput></screen>
  • final-system/common/automake.xml

    r1b5c73b r541137b  
    3535
    3636    <para os="e">To test the results, issue:
    37     <userinput>make check</userinput>.</para>
     37    <userinput>make check</userinput>. 2 tests are skipped that use
     38    Automake.  For full test coverage, Autoconf can be re-tested after
     39    Automake has been installed.</para>
    3840
    3941    <para os="f">Install the package:</para>
  • final-system/common/perl.xml

    r1b5c73b r541137b  
    3838    prepare Perl for compilation with:</para>
    3939
    40 <screen os="b"><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
     40<screen os="b"><userinput>./configure.gnu --prefix=/usr \
     41   -Dman1dir=/usr/share/man/man1 \
     42   -Dman3dir=/usr/share/man/man3 \
     43   -Dpager="/bin/less -isR"</userinput></screen>
    4144
    4245    <variablelist os="c">
     
    4851          <para>This corrects an error in the way that <command>perldoc</command>
    4952          invokes the <command>less</command> program.</para>
     53        </listitem>
     54      </varlistentry>
     55      <varlistentry os="c2">
     56        <term><parameter>-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3</parameter></term>
     57        <listitem>
     58          <para>Since Groff is not installed yet,
     59          <command>configure.gnu</command> thinks that we do not want
     60          man pages for Perl. Issuing these parameters overrides this decision.</para>
    5061        </listitem>
    5162      </varlistentry>
  • final-system/multilib/perl-64bit.xml

    r1b5c73b r541137b  
    5959    xpointer="xpointer(//*[@os='a'])"/>
    6060
    61 <screen os="b"><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR" \
     61<screen os="b"><userinput>./configure.gnu --prefix=/usr \
     62   -Dman1dir=/usr/share/man/man1 \
     63   -Dman3dir=/usr/share/man/man3 \
     64   -Dpager="/bin/less -isR" \
    6265   -Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \
    6366   -Dcc="gcc ${BUILD64}"</userinput></screen>
     
    7679    href="../common/perl.xml"
    7780    xpointer="xpointer(//*[@os='c1'])"/>
     81
     82    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     83    href="../common/perl.xml"
     84    xpointer="xpointer(//*[@os='c2'])"/>
    7885
    7986    </variablelist>
  • introduction/common/changelog.xml

    r1b5c73b r541137b  
    4141      <itemizedlist>
    4242        <listitem>
    43           <para>[Chris] - Changed the temp-system package build order
    44           (another part of ticket #26).</para>
     43          <para>[Chris] - Changed the temp-system and final-system
     44          package build order and a few package build instructions to
     45          account for the changed order (the rest of ticket #26).</para>
    4546        </listitem>
    4647      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.