Changeset 04b4d8a for BOOK/boot/common


Ignore:
Timestamp:
Jun 4, 2011, 8:24:53 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
622df7bc
Parents:
7782c77
Message:

Cleanup the E2fsprogs build commands in the boot section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    r7782c77 r04b4d8a  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib" \
    38   PKG_CONFIG=true ../configure --prefix=/tools \
     37<screen os="aa"><userinput>PKG_CONFIG=true \
     38  ../configure --prefix=/tools \
    3939    --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4040    --disable-libblkid --disable-libuuid --disable-fsck \
     
    7777<screen os="ae"><userinput>ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,fsck.ext4,e2fsck} ${CLFS}/sbin</userinput></screen>
    7878
     79
    7980  </sect2>
    8081
Note: See TracChangeset for help on using the changeset viewer.