Changeset e6c6e3e for scripts


Ignore:
Timestamp:
Feb 16, 2009, 5:08:01 PM (15 years ago)
Author:
Zach Winkles <eikniw@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5d01446
Parents:
21056e9
Message:

Implementation of the final solution

File:
1 edited

Legend:

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

    r21056e9 re6c6e3e  
    7878#
    7979cd /usr/src/binutils-${SOURCEVERSION}
    80 sed -i "s:@PKGVERSION@:(Cross-LFS - Branch Update ${PATCH_NUM}) :" bfd/Makefile.in
     80DATE_STAMP="`date +%Y%m%d`"
     81cd /usr/src/binutils-${SOURCEVERSION}
     82sed -i "s:@PKGVERSION@:\"(GNU Binutils for Cross-LFS) \":" bfd/Makefile.in
     83sed -i "s:^[[:space:]]VERSION=\(.*\)$:VERSION=\1.${DATE_STAMP}:g" bfd/configure
     84# Cleanliness is the name of my game!
     85unset DATE_STAMP
    8186
    8287# Create Patch
Note: See TracChangeset for help on using the changeset viewer.