Changeset 85d9695a


Ignore:
Timestamp:
08/13/2021 04:33:25 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
9b90ad1
Parents:
8024387 (diff), 8a269ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk

Files:
1 added
1 deleted
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • chapter07/chapter07.xml

    r8024387 r85d9695a  
    3232-->
    3333
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cleanup.xml"/>
    3535
    3636</chapter>
  • chapter08/chapter08.xml

    r8024387 r85d9695a  
    106106
    107107  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutdebug.xml"/>
    108   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="strippingagain.xml"/>
     108  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
    109109  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="revisedchroot.xml"/>
    110110
  • chapter08/revisedchroot.xml

    r8024387 r85d9695a  
    5858<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
    5959
    60    <para>The <filename class="directory">/tools</filename> directory can also
    61    be removed to further gain some space:</para>
    62 
    63 <screen><userinput>rm -rf /tools</userinput></screen>
    64 
    6560   <para>Finally, remove the temporary 'tester' user account created at the
    6661   beginning of the previous chapter.</para>
  • chapter08/stripping.xml

    r8024387 r85d9695a  
    66]>
    77
    8 <sect1 id="ch-system-strippingagain">
    9   <?dbhtml filename="strippingagain.html"?>
     8<sect1 id="ch-system-stripping">
     9  <?dbhtml filename="stripping.html"?>
    1010
    11   <title>Stripping Again</title>
     11  <title>Stripping</title>
    1212
    1313  <para>This section is optional.  If the intended user is not a
     
    3232
    3333  <para>Note that <command>strip</command> will overwrite the binary or library
    34   file it is processing.  This may crash the processes using code or data from
     34  file it is processing.  This can crash the processes using code or data from
    3535  the file.  If the process running <command>strip</command> itself is
    36   affected, the binary or library being stripped may be destroyed.  This may
     36  affected, the binary or library being stripped can be destroyed and can
    3737  make the system completely unusable.  To avoid it, we'll copy some libraries
    3838  and binaries into <filename class="directory">/tmp</filename>, strip them
     
    4444  and ld-linux.so.2 on 32-bit systems.  The contruct below selects the
    4545  correct name for the current architecture.</para></note>
    46 
    4746
    4847<!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC -->
     
    153152
    154153  <para>A large number of files will be reported as having their file
    155   format not recognized. These warnings can be safely ignored. These
    156   warnings indicate that those files are scripts instead of
    157   binaries.</para>
     154  format not recognized. These warnings can be safely ignored. They
     155  indicate that those files are scripts instead of binaries.</para>
    158156
    159157</sect1>
Note: See TracChangeset for help on using the changeset viewer.