- Timestamp:
- Oct 13, 2007, 8:43:11 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:
- 52e62f90
- Parents:
- 81dc6ee
- Location:
- BOOK/boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/util-linux-ng.xml
r81dc6ee r793b31a 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --prefix=/ tools\30 --build=${CLFS_HOST} --host=${CLFS_TARGET} </userinput></screen>29 <screen os="b"><userinput>./configure --prefix=/ \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} --enable-login-utils</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 34 34 xpointer="xpointer(//*[@os='d'])"/> 35 35 36 <screen os="e"><userinput>make -C disk-utils mkfs.minix fsck.minix 37 make -C mount mount umount 38 make -C text-utils more</userinput></screen> 36 <screen os="e"><userinput>make</userinput></screen> 39 37 40 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 42 40 xpointer="xpointer(//*[@os='g'])"/> 43 41 44 <screen os="h"><userinput>cp mount/{,u}mount text-utils/more /tools/bin 45 cp disk-utils/{fsck,mkfs}.minix /tools/sbin</userinput></screen> 42 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 46 43 47 44 </sect2> -
BOOK/boot/multilib/util-linux-ng.xml
r81dc6ee r793b31a 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ tools\30 --build=${CLFS_HOST} --host=${CLFS_TARGET} </userinput></screen>29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} --enable-login-utils</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.