Changeset 7cd7f99 for BOOK/boot/ppc64
- Timestamp:
- Dec 13, 2015, 3:57:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c01bd946
- Parents:
- c636dee
- Location:
- BOOK/boot/ppc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc64/e2fsprogs-libs.xml
rc636dee r7cd7f99 47 47 48 48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" \ 49 ../configure --prefix=/tools --enable-elf-shlibs \ 50 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 51 --disable-libblkid --disable-libuuid --disable-fsck \ 52 --disable-uuidd --cache-file=config.cache</userinput></screen> 49 ../configure \ 50 --prefix=/tools \ 51 --enable-elf-shlibs \ 52 --build=${CLFS_HOST} \ 53 --host=${CLFS_TARGET} \ 54 --disable-libblkid \ 55 --disable-libuuid \ 56 --disable-fsck \ 57 --disable-uuidd \ 58 --cache-file=config.cache</userinput></screen> 53 59 54 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc64/e2fsprogs.xml
rc636dee r7cd7f99 54 54 xpointer="xpointer(//*[@os='c'])"/> 55 55 56 <screen os="aa"><userinput>../configure --prefix=/tools --enable-elf-shlibs \ 57 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 58 --disable-libblkid --disable-libuuid --disable-fsck \ 59 --disable-uuidd --cache-file=config.cache</userinput></screen> 56 <screen os="aa"><userinput>../configure \ 57 --prefix=/tools \ 58 --enable-elf-shlibs \ 59 --build=${CLFS_HOST} \ 60 --host=${CLFS_TARGET} \ 61 --disable-libblkid \ 62 --disable-libuuid \ 63 --disable-fsck \ 64 --disable-uuidd \ 65 --cache-file=config.cache</userinput></screen> 60 66 61 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.