- Timestamp:
- Jan 10, 2008, 3:55:37 AM (17 years ago)
- Branches:
- master
- Children:
- 9dc5852
- Parents:
- fb6d46f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cleanup/remove-files.xml
rfb6d46f r7884e98 9 9 <?dbhtml filename="remove-files.html"?> 10 10 11 <title>Remove Un ecessary Files</title>11 <title>Remove Unnecessary Files</title> 12 12 13 13 <para>Well we have this system finished, we can make it smaller by … … 15 15 we remove the bloat from our build.</para> 16 16 17 <para>Now let s create a backup of our build:</para>17 <para>Now let's create a backup of our build:</para> 18 18 19 19 <screen><userinput>install -dv ${CLFS}-final 20 20 cp -arv ${CLFS}/* ${CLFS}-final/</userinput></screen> 21 21 22 <para>Let s remove the files we don't need anymore:</para>22 <para>Let's remove the files we don't need anymore:</para> 23 23 24 24 <screen><userinput>rm -rfv ${CLFS}-final/cross-tools … … 28 28 rm -rfv ${CLFS}-final/usr/share/man</userinput></screen> 29 29 30 <para>Let s remove the static libaries:</para>30 <para>Let's remove the static libaries:</para> 31 31 32 32 <screen><userinput>FILES="`ls ${CLFS}-final/lib/*.a ${CLFS}-final/usr/lib/*.a`"
Note:
See TracChangeset
for help on using the changeset viewer.