Changeset 6e18f2f for chapter08/perl.xml


Ignore:
Timestamp:
06/14/2020 08:03:03 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
70f0882
Parents:
3d92d63
Message:

Move iana-etc and the creation of a test /etc/hosts earier in the build, so
that 2 more gcc tests pass.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/perl.xml

    r3d92d63 r6e18f2f  
    4141  <sect2 role="installation">
    4242    <title>Installation of Perl</title>
    43 
    44     <para>First create a basic <filename>/etc/hosts</filename> file to be
    45     referenced in one of Perl's configuration files as well as the optional
    46     test suite:</para>
    47 
    48 <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
    4943
    5044    <para>This version of Perl now builds the Compress::Raw::Zlib and
Note: See TracChangeset for help on using the changeset viewer.