Changeset 4590eeb for BOOK/temp-system/common
- Timestamp:
- Feb 21, 2006, 1:48:49 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:
- f26008d6
- Parents:
- dfc9e3ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/perl.xml
rdfc9e3ad r4590eeb 76 76 77 77 <screen os="m"><userinput>cp config.sh{,.orig} 78 sed -e "s@\(^ar=\).*@\1'${AR}'@g" config.sh.orig > config.sh 79 cp config.sh{,.orig} 80 sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh 81 cp config.sh{,.orig} 82 sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh 83 cp config.sh{,.orig} 84 sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh</userinput></screen> 78 sed -e "s@\(^ar=\).*@\1'${AR}'@g" \ 79 -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" \ 80 -e "s@\(^cc=\).*@\1'${CC} ${BUILD32}'@g" \ 81 -e "s@\(^ld=\).*@\1'${CC} ${BUILD32}'@g" config.sh.orig > config.sh</userinput></screen> 85 82 86 83 <para os="n">Now we are ready to make our cross-compiled perl:</para>
Note:
See TracChangeset
for help on using the changeset viewer.