- Timestamp:
- Jan 10, 2011, 6:03:55 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 947369c
- Parents:
- 27bebd15
- Location:
- BOOK/boot
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/e2fsprogs.xml
r27bebd15 r20766cc 36 36 37 37 <screen os="aa"><userinput>PKG_CONFIG=true ../configure --prefix=/tools \ 38 --enable-elf-shlibs --with-linker=${LD} \ 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 38 --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 39 --disable-libblkid --disable-libuuid --disable-fsck \ 41 40 --disable-uuidd</userinput></screen> -
BOOK/boot/multilib/e2fsprogs.xml
r27bebd15 r20766cc 43 43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 44 44 ../configure --prefix=/tools --enable-elf-shlibs \ 45 -- with-linker=${LD} --host=${CLFS_TARGET} \45 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 46 46 --disable-libblkid --disable-libuuid --disable-fsck \ 47 47 --disable-uuidd</userinput></screen> -
BOOK/boot/ppc64/e2fsprogs-libs.xml
r27bebd15 r20766cc 48 48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \ 49 49 ../configure --prefix=/tools --enable-elf-shlibs \ 50 -- with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \50 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 51 51 --disable-libblkid --disable-libuuid --disable-fsck \ 52 52 --disable-uuidd --cache-file=config.cache</userinput></screen> -
BOOK/boot/ppc64/e2fsprogs.xml
r27bebd15 r20766cc 56 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 57 57 ../configure --prefix=/tools --enable-elf-shlibs \ 58 -- with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \58 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 59 59 --disable-libblkid --disable-libuuid --disable-fsck \ 60 60 --disable-uuidd --cache-file=config.cache</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.