Changeset d761a43
- Timestamp:
- Dec 24, 2007, 11:23:40 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8723c93
- Parents:
- b12de78
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/multilib/util-linux-ng.xml
rb12de78 rd761a43 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools</userinput></screen> 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 30 31 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/util-linux-ng.xml
rb12de78 rd761a43 45 45 <para os="a">Prepare Util-linux-ng for compilation:</para> 46 46 47 <screen os="b"><userinput>./configure --enable-partx --disable-wall --enable-write</userinput></screen> 47 <screen os="b"><userinput>./configure --enable-partx \ 48 --disable-wall --enable-write</userinput></screen> 48 49 49 50 <variablelist os="c">
Note:
See TracChangeset
for help on using the changeset viewer.