Changeset 282b4de
- Timestamp:
- Feb 13, 2008, 3:15:06 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 12b998f
- Parents:
- 8a10f1c
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/util-linux-ng.xml
r8a10f1c r282b4de 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" -
BOOK/boot/multilib/util-linux-ng.xml
r8a10f1c r282b4de 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" -
BOOK/general.ent
r8a10f1c r282b4de 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
Note:
See TracChangeset
for help on using the changeset viewer.