Changeset 991595cf for BOOK/boot/x86


Ignore:
Timestamp:
Dec 14, 2015, 12:21:52 AM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
fc86858d
Parents:
dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sysvinit' of clfs.org:cross-lfs into sysvinit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86/grub-build.xml

    rdbc5b02 r991595cf  
    3838    xpointer="xpointer(//*[@os='a'])"/>
    3939
    40 <screen os="ab"><userinput>./configure --prefix=/tools \
    41     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    42     --disable-werror --enable-grub-mkfont=no --with-bootdir=tools/boot</userinput></screen>
     40<screen os="ab"><userinput>./configure \
     41    --prefix=/tools \
     42    --build=${CLFS_HOST} \
     43    --host=${CLFS_TARGET} \
     44    --disable-werror \
     45    --enable-grub-mkfont=no \
     46    --with-bootdir=tools/boot</userinput></screen>
    4347
    4448<para os="b">The meaning of the new configure option:</para>
Note: See TracChangeset for help on using the changeset viewer.