Changeset d103311 for BOOK/boot/multilib
- Timestamp:
- May 26, 2014, 3:08:52 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 7874109
- Parents:
- 48dab198
- Location:
- BOOK/boot/multilib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/e2fsprogs.xml
r48dab198 rd103311 41 41 xpointer="xpointer(//*[@os='c'])"/> 42 42 43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" \ 44 ../configure --prefix=/tools --enable-elf-shlibs \ 43 <screen os="aa"><userinput>../configure --prefix=/tools --enable-elf-shlibs \ 45 44 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 46 45 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/boot/multilib/eudev.xml
r48dab198 rd103311 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput> CC="${CC} ${BUILD64}"./configure --prefix=/tools --build=${CLFS_HOST} \28 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} \ 29 29 --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \ 30 30 --disable-introspection --disable-gtk-doc-html --disable-gudev \ -
BOOK/boot/multilib/grub-build.xml
r48dab198 rd103311 39 39 xpointer="xpointer(//*[@os='a'])"/> 40 40 41 <screen os="ab"><userinput> CC="${CC} ${BUILD64}"./configure --prefix=/tools \41 <screen os="ab"><userinput>./configure --prefix=/tools \ 42 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 43 --libdir=/tools/lib64 --disable-werror \ -
BOOK/boot/multilib/kmod.xml
r48dab198 rd103311 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="b"><userinput> CC="${CC} ${BUILD64}"./configure --prefix=/tools \37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 39 --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.