Changeset c140ee2 for BOOK/boot/64
- Timestamp:
- Sep 6, 2012, 7:27:36 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f856ab0
- Parents:
- 8150908
- Location:
- BOOK/boot/64
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/createfiles.xml
r8150908 rc140ee2 24 24 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib 25 25 ln -sv bash ${CLFS}/bin/sh 26 ln -sv /run/var/run</userinput></screen>26 ln -sv ../run ${CLFS}/var/run</userinput></screen> 27 27 28 28 <para os="b">To enable some c++ tests in the Glibc and Binutils testsuites -
BOOK/boot/64/udev.xml
r8150908 rc140ee2 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" \ 30 BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib64 -lblkid" \ 31 KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod" \ 32 ./configure --prefix=/usr \ 33 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" \ 30 BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib64 -lblkid" \ 31 KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod" \ 32 ./configure --prefix=/usr \ 33 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 34 34 --with-rootprefix=$CLFS --bindir=/sbin \ 35 --sysconfdir=/etc \ 36 --libdir=/usr/lib64 --disable-introspection \ 37 --with-usb-ids-path=no --with-pci-ids-path=no \ 38 --disable-gtk-doc-html --disable-gudev \ 35 --sysconfdir=/etc \ 36 --libdir=/usr/lib64 --disable-introspection \ 37 --with-usb-ids-path=no --with-pci-ids-path=no \ 38 --disable-gtk-doc-html --disable-gudev \ 39 39 --disable-keymap --disable-logging</userinput></screen> 40 40 -
BOOK/boot/64/util-linux.xml
r8150908 rc140ee2 38 38 ./configure --prefix=/tools --exec-prefix=/tools \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 --enable-login-utils --disable-makeinstall-chown \ 41 --config-cache</userinput></screen> 40 --disable-makeinstall-chown --config-cache</userinput></screen> 42 41 43 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.