Changeset e103700


Ignore:
Timestamp:
05/30/2020 02:13:54 PM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e390a3b
Parents:
3a1f24d
Message:

zstd: move it earlier in chap6 for GCC

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r3a1f24d re103700  
    838838         <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
    839839         Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed, Tar,
    840          and Texinfo</seg>
     840         Texinfo, and Zstd</seg>
    841841        </seglistitem>
    842842      </segmentedlist>
     
    27872787
    27882788        <seglistitem>
    2789           <seg>None</seg>
     2789          <seg>GCC</seg>
    27902790        </seglistitem>
    27912791      </segmentedlist>
  • chapter06/chapter06.xml

    r3a1f24d re103700  
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zstd.xml"/>
    2728  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/>
     
    7475  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
    7576  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
    76   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zstd.xml"/>
    7777  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/>
    7878  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kbd.xml"/>
Note: See TracChangeset for help on using the changeset viewer.