Changeset 10b98b1 for scripts/fetch
- Timestamp:
- Feb 25, 2009, 5:10:37 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4c8362f
- Parents:
- f81e00b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/fetch/glibc.sh
rf81e00b r10b98b1 5 5 # An example of a CVS tag would be HEAD or glibc-2_9 6 6 # 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, 8 8 # eg, glibc-[tarball-version].tar.bz2 9 9 … … 50 50 fi 51 51 52 # If the timestamp of configure.in is newer th econfigure glibc will try to52 # If the timestamp of configure.in is newer than configure glibc will try to 53 53 # reconfigure itself, this can cause some errors while cross-compiling. 54 54 find "glibc-${TARver}" "glibc-ports-${TARver}" -name configure | xargs touch
Note:
See TracChangeset
for help on using the changeset viewer.