Changeset e6c6e3e
- Timestamp:
- Feb 16, 2009, 5:08:01 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5d01446
- Parents:
- 21056e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/patch/binutils-patch.sh
r21056e9 re6c6e3e 78 78 # 79 79 cd /usr/src/binutils-${SOURCEVERSION} 80 sed -i "s:@PKGVERSION@:(Cross-LFS - Branch Update ${PATCH_NUM}) :" bfd/Makefile.in 80 DATE_STAMP="`date +%Y%m%d`" 81 cd /usr/src/binutils-${SOURCEVERSION} 82 sed -i "s:@PKGVERSION@:\"(GNU Binutils for Cross-LFS) \":" bfd/Makefile.in 83 sed -i "s:^[[:space:]]VERSION=\(.*\)$:VERSION=\1.${DATE_STAMP}:g" bfd/configure 84 # Cleanliness is the name of my game! 85 unset DATE_STAMP 81 86 82 87 # Create Patch
Note:
See TracChangeset
for help on using the changeset viewer.