[Clfs-commits] commit: r4631 - /trunk/scripts/patch/binutils-patch.sh

svn at cross-lfs.org svn at cross-lfs.org
Sun Feb 1 19:58:11 PST 2009


Author: jim
Date: Mon Feb  2 03:58:10 2009
New Revision: 4631

Log:
Shortened execution time on binutils branch_update patch creater

Modified:
    trunk/scripts/patch/binutils-patch.sh

Modified: trunk/scripts/patch/binutils-patch.sh
==============================================================================
--- trunk/scripts/patch/binutils-patch.sh (original)
+++ trunk/scripts/patch/binutils-patch.sh Mon Feb  2 03:58:10 2009
@@ -54,20 +54,7 @@
     done
     cd ..
 done
-
-# Cleanup Directory
-#
-for dir in $(find * -type d); do
-  cd /usr/src/binutils-${VERSION}
-  for file in $(find . -name '*~'); do
-    rm -f ${file}
-  done
-  for file in $(find . -name '*.orig'); do
-    rm -f ${file}
-  done
-done
 cd /usr/src/binutils-${VERSION}
-rm -f *~ *.orig
 rm -f /usr/src/binutils-${VERSION}.orig/md5.sum
 
 # Make Binutils a Release




More information about the Clfs-commits mailing list