Changeset cdc04a1 for chapter06/bash.xml


Ignore:
Timestamp:
10/18/2022 08:31:34 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
2dc81d4
Parents:
04ca2a7 (diff), 0f9c02a (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 remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r04ca2a7 rcdc04a1  
    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.