Changeset 3904
- Timestamp:
- 02/13/08 23:15:06 (10 months ago)
- Files:
-
- trunk/BOOK/boot/common/util-linux-ng.xml (modified) (1 diff)
- trunk/BOOK/boot/multilib/util-linux-ng.xml (modified) (1 diff)
- trunk/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/boot/common/util-linux-ng.xml
r3794 r3904 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure -- prefix=/\30 -- build=${CLFS_HOST} --host=${CLFS_TARGET}\31 -- enable-login-utils --disable-makeinstall-chown</userinput></screen>29 <screen os="b"><userinput>./configure --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET} --enable-login-utils \ 31 --disable-makeinstall-chown</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" trunk/BOOK/boot/multilib/util-linux-ng.xml
r3794 r3904 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure -- prefix=/\30 -- build=${CLFS_HOST} --host=${CLFS_TARGET}\31 -- enable-login-utils --disable-makeinstall-chown</userinput></screen>29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET} --enable-login-utils \ 31 --disable-makeinstall-chown</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" trunk/BOOK/general.ent
r3903 r3904 3 3 <!ENTITY month "02"> <!-- Use two digits --> 4 4 <!ENTITY month_name "Feburary"> 5 <!ENTITY day "1 2"> <!-- Use two digits -->5 <!ENTITY day "13"> <!-- Use two digits --> 6 6 <!ENTITY year "2008"> <!-- Use four digits --> 7 7
