[Clfs-commits] commit: r4764 - in /trunk/scripts: fetch/glibc.sh patch/readline-patch.sh

svn at cross-lfs.org svn at cross-lfs.org
Wed Feb 25 05:10:39 PST 2009


Author: chris at beaker67.com
Date: Wed Feb 25 13:10:37 2009
New Revision: 4764

Log:
Corrections in comments of patch scripts

Modified:
    trunk/scripts/fetch/glibc.sh
    trunk/scripts/patch/readline-patch.sh

Modified: trunk/scripts/fetch/glibc.sh
==============================================================================
--- trunk/scripts/fetch/glibc.sh (original)
+++ trunk/scripts/fetch/glibc.sh Wed Feb 25 13:10:37 2009
@@ -4,7 +4,7 @@
 # Usage, glibc.sh [cvs-tag] [tarball-version]
 # An example of a CVS tag would be HEAD or glibc-2_9
 # An example of a tarball version would be say the date, or 2.9, it will be
-#   inserted into the output tarbal filename,
+#   inserted into the output tarball filename,
 #   eg, glibc-[tarball-version].tar.bz2
 
 CVStag=${1-HEAD}
@@ -49,7 +49,7 @@
   exit 1
 fi
 
-# If the timestamp of configure.in is newer the configure glibc will try to
+# If the timestamp of configure.in is newer than configure glibc will try to
 # reconfigure itself, this can cause some errors while cross-compiling.
 find "glibc-${TARver}" "glibc-ports-${TARver}" -name configure | xargs touch
 

Modified: trunk/scripts/patch/readline-patch.sh
==============================================================================
--- trunk/scripts/patch/readline-patch.sh (original)
+++ trunk/scripts/patch/readline-patch.sh Wed Feb 25 13:10:37 2009
@@ -24,7 +24,7 @@
 SKIPPATCH=""
 SKIPPED=""
 
-# Download BASH Source
+# Download Readline Source
 #
 if ! [ -e readline-${VERSION}.tar.gz ]; then
   wget ftp://ftp.cwru.edu/pub/bash/readline-${VERSION}.tar.gz




More information about the Clfs-commits mailing list