Changeset cb27772
- Timestamp:
- Jan 27, 2013, 1:46:12 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 19e8d0e
- Parents:
- 772b321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/util-linux.xml
r772b321 rcb27772 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 38 ./configure \ 39 --prefix=/tools --exec-prefix=/tools \ 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 --libdir=/tools/lib64 --disable-makeinstall-chown \ 42 --disable-login --disable-su --config-cache</userinput></screen> 37 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true ./configure \ 38 --prefix=/tools --exec-prefix="" --build=${CLFS_HOST} \ 39 --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \ 40 --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \ 41 --disable-su --config-cache</userinput></screen> 43 42 44 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 54 53 xpointer="xpointer(//*[@os='g'])"/> 55 54 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="../common/util-linux.xml" 58 xpointer="xpointer(//*[@os='h'])"/> 55 <screen os="h"><userinput>make usrsbin_execdir=/tools/sbin usrbin_execdir=/tools/bin install</userinput></screen> 59 56 60 57 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.