Changeset cd317ff
- Timestamp:
- Feb 16, 2009, 2:26:12 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:
- 352a137
- Parents:
- 7e3b152
- Location:
- scripts/patch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/patch/binutils-patch.sh
r7e3b152 rcd317ff 75 75 sed -i 's/# RELEASE=y/RELEASE=y/g' bfd/Makefile.in 76 76 77 # Customize the version string, so we know it's patched 78 # 79 cd /usr/src/binutils-${SOURCEVERSION} 80 sed -i "s:@PKGVERSION@:\"(Cross-LFS - Branch Update ${PATCH_NUM}) \":" Makefile.in 81 77 82 # Create Patch 78 83 # -
scripts/patch/gcc-patch.sh
r7e3b152 rcd317ff 45 45 46 46 # Add a custom version string 47 sed -i "s:PKGVERSION:\"(Cross-LFS - Branch Update ${PATCH_NUM}) \":" gcc-${VERSION}/gcc/version.c47 sed -i "s:PKGVERSION:\"(Cross-LFS - Branch Update ${PATCH_NUM}) \":" gcc-${VERSION}/gcc/version.c 48 48 49 49 # Cleanup
Note:
See TracChangeset
for help on using the changeset viewer.