Changeset a9a7398 for scripts


Ignore:
Timestamp:
Feb 1, 2009, 7:58:10 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a5288d3
Parents:
c63dde1
Message:

Shortened execution time on binutils branch_update patch creater

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/patch/binutils-patch.sh

    rc63dde1 ra9a7398  
    5555    cd ..
    5656done
    57 
    58 # Cleanup Directory
    59 #
    60 for dir in $(find * -type d); do
    61   cd /usr/src/binutils-${VERSION}
    62   for file in $(find . -name '*~'); do
    63     rm -f ${file}
    64   done
    65   for file in $(find . -name '*.orig'); do
    66     rm -f ${file}
    67   done
    68 done
    6957cd /usr/src/binutils-${VERSION}
    70 rm -f *~ *.orig
    7158rm -f /usr/src/binutils-${VERSION}.orig/md5.sum
    7259
Note: See TracChangeset for help on using the changeset viewer.