Ignore:
Timestamp:
Jan 8, 2009, 3:56:42 PM (17 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:
d57287f4
Parents:
318408a
Message:

Updated Patch Creation Scripts

File:
1 edited

Legend:

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

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