- Timestamp:
- Jun 6, 2009, 12:00:16 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a689767
- Parents:
- c3cd569a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/fetch/eglibc.sh
rc3cd569a rfa0711b 53 53 find . -name configure -exec touch {} \; 54 54 55 # Change gcc to BUILD_CC in the following files56 #57 cd ~/tmp/eglibc-${SOURCEVERSION}/libc58 FIX_FILES="sunrpc/Makefile timezone/Makefile"59 for fix_file in ${FIX_FILES}; do60 sed -i "s/gcc/\'$\(BUILD_CC\)'/g" ${fix_file}61 done62 63 55 # Compress 64 56 #
Note:
See TracChangeset
for help on using the changeset viewer.