- Timestamp:
- Jul 25, 2009, 10:38:05 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 99d1a6a, b4ab56c
- Parents:
- cb739fb
- Location:
- BOOK/boot
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/e2fsprogs.xml
rcb739fb r7bfc8ec 38 38 --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 --disable-libuuid --disable-libblkid</userinput></screen> 40 --disable-libblkid --disable-libuuid --disable-fsck \ 41 --disable-uuidd</userinput></screen> 41 42 42 43 <variablelist os="e"> -
BOOK/boot/multilib/e2fsprogs.xml
rcb739fb r7bfc8ec 45 45 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 46 46 --with-linker=${LD} --host=${CLFS_TARGET} \ 47 --disable-libuuid --disable-libblkid</userinput></screen> 47 --disable-libblkid --disable-libuuid --disable-fsck \ 48 --disable-uuidd</userinput></screen> 48 49 49 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc64/e2fsprogs-libs.xml
rcb739fb r7bfc8ec 50 50 --enable-elf-shlibs --with-cc="${CC} ${BUILD32}" \ 51 51 --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 52 --disable-lib uuid --disable-libblkid\53 -- cache-file=config.cache</userinput></screen>52 --disable-libblkid --disable-libuuid --disable-fsck \ 53 --disable-uuidd --cache-file=config.cache</userinput></screen> 54 54 55 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc64/e2fsprogs.xml
rcb739fb r7bfc8ec 58 58 --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \ 59 59 --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 60 --disable-lib uuid --disable-libblkid\61 -- cache-file=config.cache</userinput></screen>60 --disable-libblkid --disable-libuuid --disable-fsck \ 61 --disable-uuidd --cache-file=config.cache</userinput></screen> 62 62 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.