Changeset cd317ff for scripts


Ignore:
Timestamp:
Feb 16, 2009, 2:26:12 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:
352a137
Parents:
7e3b152
Message:

Fix another typo, and add a version string to Binutils

Location:
scripts/patch
Files:
2 edited

Legend:

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

    r7e3b152 rcd317ff  
    7575sed -i 's/# RELEASE=y/RELEASE=y/g' bfd/Makefile.in
    7676
     77# Customize the version string, so we know it's patched
     78#
     79cd /usr/src/binutils-${SOURCEVERSION}
     80sed -i "s:@PKGVERSION@:\"(Cross-LFS - Branch Update ${PATCH_NUM}) \":" Makefile.in
     81
    7782# Create Patch
    7883#
  • scripts/patch/gcc-patch.sh

    r7e3b152 rcd317ff  
    4545
    4646# Add a custom version string
    47 sed -i "s:PKGVERSION:\"(Cross-LFS - Branch Update ${PATCH_NUM})\":" gcc-${VERSION}/gcc/version.c
     47sed -i "s:PKGVERSION:\"(Cross-LFS - Branch Update ${PATCH_NUM}) \":" gcc-${VERSION}/gcc/version.c
    4848
    4949# Cleanup
Note: See TracChangeset for help on using the changeset viewer.