Changeset 2a0b49e in clfs-embedded for BOOK/cleanup


Ignore:
Timestamp:
Mar 23, 2011, 3:39:24 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
3e496b8
Parents:
373cf47
git-author:
Andrew Bradford <bradfa@…> (03/21/11 04:21:34)
git-committer:
Andrew Bradford <bradfa@…> (03/23/11 15:39:24)
Message:

Slight rewording and grammar cleanup of remove-files.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cleanup/remove-files.xml

    r373cf47 r2a0b49e  
    1111  <title>Remove Unnecessary Files</title>
    1212
    13   <para>Well we have this system finished, we can make it smaller by
    14   removing files that are not necessary for our build. On this page
    15   we remove the bloat from our build.</para>
     13  <para>The system is almost finished.  It can be made smaller by removing
     14  files that are not necessary.</para>
    1615
    17   <para>Now let's create a backup of our build:</para>
     16  <para>Create a copy of the file system in case changes need to be made
     17  to it later:</para>
    1818
    1919<screen><userinput>install -dv ${CLFS}-final
    2020cp -arv ${CLFS}/* ${CLFS}-final/</userinput></screen>
    2121
    22   <para>Let's remove the files we don't need anymore:</para>
     22  <para>Remove files that aren't needed:</para>
    2323
    2424<screen><userinput>rm -rfv ${CLFS}-final/cross-tools
     
    2828rm -rfv ${CLFS}-final/usr/share/man</userinput></screen>
    2929
    30   <para>Let's remove the static libaries:</para>
     30  <para>Remove the static libaries:</para>
    3131
    3232<screen><userinput>FILES="$(ls ${CLFS}-final/lib/*.a ${CLFS}-final/usr/lib/*.a)"
Note: See TracChangeset for help on using the changeset viewer.