Changeset e3fd238 for BOOK/temp-system
- Timestamp:
- Feb 21, 2006, 1:36:28 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:
- b594640
- Parents:
- f8736bc
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gettext.xml
rf8736bc re3fd238 33 33 ./configure --prefix=/tools \ 34 34 --host=${LFS_TARGET} --disable-shared \ 35 --cache-file= config.cache</userinput></screen>35 --cache-file=../config.cache</userinput></screen> 36 36 37 37 <variablelist os="e"> -
BOOK/temp-system/multilib/gettext.xml
rf8736bc re3fd238 9 9 <?dbhtml filename="gettext.html"?> 10 10 11 <title>Gettext-&gettext-version; 32 Bit</title>11 <title>Gettext-&gettext-version;</title> 12 12 13 13 <indexterm zone="ch-temp-system-gettext"> 14 14 <primary sortas="a-Gettext">Gettext</primary> 15 <secondary>temporary system , 32 Bit</secondary>15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 17 … … 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 38 ./configure --prefix=/tools --disable-shared \ 39 --cache-file=config.cache</userinput></screen> 37 <screen os="d"><userinput>cd gettext-tools 38 CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 39 ./configure --prefix=/tools \ 40 --host=${LFS_TARGET} --disable-shared \ 41 --cache-file=../config.cache</userinput></screen> 40 42 41 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.