Changeset ec008670 for BOOK/boot/common/util-linux.xml
- Timestamp:
- Jun 4, 2011, 8:30:53 AM (13 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 229ed25
- Parents:
- cfb2026a (diff), 622df7bc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/util-linux.xml
rcfb2026a rec008670 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET} --enable-login-utils \ 31 --disable-makeinstall-chown</userinput></screen> 29 <screen os="b"><userinput>PKG_CONFIG=true \ 30 ./configure --prefix=/tools --exec-prefix=/tools \ 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --enable-login-utils --disable-makeinstall-chown</userinput></screen> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 41 42 xpointer="xpointer(//*[@os='g'])"/> 42 43 43 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 45 <para os="i">Copy Libraries and includes to /tools:</para> 46 47 <screen os="j"><userinput>rm -fv ${CLFS}/usr/lib/lib{blkid,uuid}.la 48 cp -v ${CLFS}/usr/lib/lib{blkid,uuid}* /tools/lib 49 cp -v ${CLFS}/lib/lib{blkid,uuid}* /tools/lib 50 ln -sfv libblkid.so.&util-linux-blkid-id; /tools/lib/libblkid.so 51 ln -sfv libuuid.so.&util-linux-uuid-id; /tools/lib/libuuid.so 52 install -dv /tools/include/{blkid,uuid} 53 cp -av ${CLFS}/usr/include/blkid/* /tools/include/blkid/ 54 cp -av ${CLFS}/usr/include/uuid/* /tools/include/uuid/</userinput></screen> 44 <screen os="h"><userinput>make install</userinput></screen> 55 45 56 46 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.