Changeset 44e2a04 for chapter06


Ignore:
Timestamp:
10/09/2022 10:30:11 PM (21 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
1308af8
Parents:
e5de5d4 (diff), 8b539af (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    re5de5d4 r44e2a04  
    4646    <para>Prepare Bash for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/usr                   \
    49             --build=$(support/config.guess) \
    50             --host=$LFS_TGT                 \
     48<screen><userinput remap="configure">./configure --prefix=/usr                      \
     49            --build=$(sh support/config.guess) \
     50            --host=$LFS_TGT                    \
    5151            --without-bash-malloc</userinput></screen>
    5252
Note: See TracChangeset for help on using the changeset viewer.