Changeset dfc9e3ad for BOOK/temp-system/64
- Timestamp:
- Feb 21, 2006, 1:48:41 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4590eeb
- Parents:
- 9b0e5f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/perl.xml
r9b0e5f2 rdfc9e3ad 66 66 67 67 <screen os="m"><userinput>cp config.sh{,.orig} 68 69 70 71 72 73 74 68 sed -e "s@\(^ar=\).*@\1'${AR}'@g" config.sh.orig > config.sh 69 cp config.sh{,.orig} 70 sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh 71 cp config.sh{,.orig} 72 sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh 73 cp config.sh{,.orig} 74 sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh</userinput></screen> 75 75 76 76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.