Changeset 10b98b1


Ignore:
Timestamp:
Feb 25, 2009, 5:10:37 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4c8362f
Parents:
f81e00b
Message:

Corrections in comments of patch scripts

Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/fetch/glibc.sh

    rf81e00b r10b98b1  
    55# An example of a CVS tag would be HEAD or glibc-2_9
    66# An example of a tarball version would be say the date, or 2.9, it will be
    7 #   inserted into the output tarbal filename,
     7#   inserted into the output tarball filename,
    88#   eg, glibc-[tarball-version].tar.bz2
    99
     
    5050fi
    5151
    52 # If the timestamp of configure.in is newer the configure glibc will try to
     52# If the timestamp of configure.in is newer than configure glibc will try to
    5353# reconfigure itself, this can cause some errors while cross-compiling.
    5454find "glibc-${TARver}" "glibc-ports-${TARver}" -name configure | xargs touch
  • scripts/patch/readline-patch.sh

    rf81e00b r10b98b1  
    2525SKIPPED=""
    2626
    27 # Download BASH Source
     27# Download Readline Source
    2828#
    2929if ! [ -e readline-${VERSION}.tar.gz ]; then
Note: See TracChangeset for help on using the changeset viewer.