Changeset 7df856d


Ignore:
Timestamp:
Feb 7, 2009, 10:07:08 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c056224
Parents:
c436953
Message:

Updated to Binutils Patch Creater

File:
1 edited

Legend:

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

    rc436953 r7df856d  
    99# Check Input
    1010#
    11 if [ "${VERSION}" = "" ]; then
     11if [ "${VERSION}" = "" -o "${SOURCEVERSION}" = "" ]; then
    1212  echo "$0 - Binutils_Version"
    1313  echo "This will Create a Patch for Binutils Binutils_Series Binutils_Version"
     14  echo "Example $0 2.19 2.19.1"
    1415  exit 255
    1516fi
Note: See TracChangeset for help on using the changeset viewer.