Changeset 7df856d
- Timestamp:
- Feb 7, 2009, 10:07:08 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:
- c056224
- Parents:
- c436953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/patch/binutils-patch.sh
rc436953 r7df856d 9 9 # Check Input 10 10 # 11 if [ "${VERSION}" = "" ]; then11 if [ "${VERSION}" = "" -o "${SOURCEVERSION}" = "" ]; then 12 12 echo "$0 - Binutils_Version" 13 13 echo "This will Create a Patch for Binutils Binutils_Series Binutils_Version" 14 echo "Example $0 2.19 2.19.1" 14 15 exit 255 15 16 fi
Note:
See TracChangeset
for help on using the changeset viewer.