Changeset 1ff846e2 for chapter08


Ignore:
Timestamp:
08/08/2024 04:10:35 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.2
Children:
993a789
Parents:
a600e72 (diff), 079ced7 (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/loongarch

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    ra600e72 r1ff846e2  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
    42 
    43     <para>First, fix some issues identified upstream:</para>
    44 
    45 <screen><userinput remap="pre">patch -Np1 -i ../&bash-upstream-fixes-patch;</userinput></screen>
    4642
    4743    <para>Prepare Bash for compilation:</para>
  • chapter08/lz4.xml

    ra600e72 r1ff846e2  
    4646    <para>Compile the package:</para>
    4747
    48 <screen><userinput remap="make">make BUILD_STATIC=no</userinput></screen>
     48<screen><userinput remap="make">make BUILD_STATIC=no PREFIX=/usr</userinput></screen>
    4949
    5050    <para>To test the results, issue:</para>
  • chapter08/readline.xml

    ra600e72 r1ff846e2  
    5656
    5757<screen><userinput>sed -i 's/-Wl,-rpath,[^ ]*//' support/shobj-conf</userinput></screen>
    58 
    59     <para>Now fix a problem identified upstream:</para>
    60 
    61 <screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    6258
    6359    <para>Prepare Readline for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.