Changeset 72730c3


Ignore:
Timestamp:
09/11/2003 06:00:03 PM (21 years ago)
Author:
Jeremy Utley <jeremy@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, 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:
8998cde
Parents:
f200be1
Message:

Added caution block around binutils keep source around instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf200be1 r72730c3  
    8484</para></listitem>
    8585
     86<listitem><para>September 11th, 2003 [jeremy]: Added caution tags around the
     87reminder to not delete the binutils source and build directories in Chap 5.
     88</para></listitem>
     89
    8690<listitem><para>September 11th, 2003 [jeremy]: Added new perl-libc-3 patch
    8791from Anderson Lizardo</para></listitem>
  • chapter05/binutils-pass1-inst.xml

    rf200be1 r72730c3  
    6060make -C ld LIB_PATH=/tools/lib</userinput></screen></para>
    6161
    62 <para><emphasis>Do not yet remove</emphasis> the Binutils build and source
     62<caution><para>Do not yet remove the Binutils build and source
    6363directories. You will need them again in their current state a bit further on
    64 in this chapter.</para>
     64in this chapter.</para></caution>
    6565
    6666</sect2>
  • chapter05/binutils-pass2-inst.xml

    rf200be1 r72730c3  
    3535make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen></para>
    3636
    37 <para><emphasis>Do not yet remove</emphasis> the Binutils source and build
     37<caution><para>Do not yet remove the Binutils source and build
    3838directories. We'll need these directories again in the next chapter in the
    39 state they are in now.</para>
     39state they are in now.</para></caution>
    4040
    4141</sect2>
Note: See TracChangeset for help on using the changeset viewer.