Changeset 7884e98 in clfs-embedded for BOOK/cleanup


Ignore:
Timestamp:
Jan 9, 2008, 7:55:37 PM (16 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
9dc5852
Parents:
fb6d46f
Message:

Grammar fixes

File:
1 edited

Legend:

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

    rfb6d46f r7884e98  
    99  <?dbhtml filename="remove-files.html"?>
    1010
    11   <title>Remove Unecessary Files</title>
     11  <title>Remove Unnecessary Files</title>
    1212
    1313  <para>Well we have this system finished, we can make it smaller by
     
    1515  we remove the bloat from our build.</para>
    1616
    17   <para>Now lets create a backup of our build:</para>
     17  <para>Now let's create a backup of our build:</para>
    1818
    1919<screen><userinput>install -dv ${CLFS}-final
    2020cp -arv ${CLFS}/* ${CLFS}-final/</userinput></screen>
    2121
    22   <para>Lets remove the files we don't need anymore:</para>
     22  <para>Let's remove the files we don't need anymore:</para>
    2323
    2424<screen><userinput>rm -rfv ${CLFS}-final/cross-tools
     
    2828rm -rfv ${CLFS}-final/usr/share/man</userinput></screen>
    2929
    30   <para>Lets remove the static libaries:</para>
     30  <para>Let's 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.