[Clfs-commits] commit: r4672 - /trunk/scripts/patch/binutils-patch.sh

svn at cross-lfs.org svn at cross-lfs.org
Sat Feb 7 22:07:09 PST 2009


Author: jim
Date: Sun Feb  8 06:07:08 2009
New Revision: 4672

Log:
Updated to Binutils Patch Creater

Modified:
    trunk/scripts/patch/binutils-patch.sh

Modified: trunk/scripts/patch/binutils-patch.sh
==============================================================================
--- trunk/scripts/patch/binutils-patch.sh (original)
+++ trunk/scripts/patch/binutils-patch.sh Sun Feb  8 06:07:08 2009
@@ -8,9 +8,10 @@
 
 # Check Input
 #
-if [ "${VERSION}" = "" ]; then
+if [ "${VERSION}" = "" -o "${SOURCEVERSION}" = "" ]; then
   echo "$0 - Binutils_Version"
   echo "This will Create a Patch for Binutils Binutils_Series Binutils_Version"
+  echo "Example $0 2.19 2.19.1"
   exit 255
 fi
 




More information about the Clfs-commits mailing list