Changeset 08433c1 for scripts/patch/gcc-patch.sh
- Timestamp:
- Feb 21, 2009, 8:27:19 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- dcc8f833
- Parents:
- 27e5b8e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/patch/gcc-patch.sh
r27e5b8e r08433c1 46 46 # Add a custom version string 47 47 # 48 DATE_STAMP= "`date +%Y%m%d`"48 DATE_STAMP=$(date +%Y%m%d) 49 49 sed -i "s:PKGVERSION:\"(GCC for Cross-LFS) \":" gcc-${VERSION}/gcc/version.c 50 50 BASE_VER=$(cat gcc-${VERSION}/gcc/BASE-VER}
Note:
See TracChangeset
for help on using the changeset viewer.