Author: robert
Date: 2009-03-25 12:57:05 -0600 (Wed, 25 Mar 2009)
New Revision: 1510

Modified:
   branches/Onward/temporary_system/stripping.txt
Log:
Don't strip /tools/sbin... it doesn't exist

Modified: branches/Onward/temporary_system/stripping.txt
===================================================================
--- branches/Onward/temporary_system/stripping.txt      2009-03-25 03:27:40 UTC 
(rev 1509)
+++ branches/Onward/temporary_system/stripping.txt      2009-03-25 18:57:05 UTC 
(rev 1510)
@@ -1,7 +1,5 @@
 # Temporary tools - Stripping
 
-find /tools/lib -type f -exec strip --strip-debug '{}' ';'
-strip --strip-unneeded /tools/{,s}bin/*
+find /tools/lib -type f -exec strip --strip-debug '{}' ';' &&
+strip --strip-unneeded /tools/bin/*
 
-# Maybe remove /tools/var, since it's empty.
-

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to