From 069c0ecc1ae0422f98f907c3c7f8fe7e49bd9f1f Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 8 Jun 2020 07:49:58 +0000 Subject: Remove unneeded files in chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11900 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/xz.xml | 77 -------------------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 chapter05/xz.xml (limited to 'chapter05/xz.xml') diff --git a/chapter05/xz.xml b/chapter05/xz.xml deleted file mode 100644 index 83e4a96d6..000000000 --- a/chapter05/xz.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - %general-entities; -]> - - - - - - xz - &xz-version; -
&xz-url;
-
- - Xz-&xz-version; - - - Xz - tools - - - - - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../chapter06/xz.xml" - xpointer="xpointer(/sect1/sect2[1]/para[1])"/> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&xz-ch5-sbu;</seg> - <seg>&xz-ch5-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of Xz - - Prepare Xz for compilation: - -./configure --prefix=/usr \ - --host=$LFS_TGT \ - --build=$(build-aux/config.guess) \ - --disable-static \ - --docdir=/usr/share/doc/xz-&xz-version; - - Compile the package: - -make - - Install the package: - -make DESTDIR=$LFS install - - Make sure that all essential files are in the correct directory: - -mv -v $LFS/usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} $LFS/bin -mv -v $LFS/usr/lib/liblzma.so.* $LFS/lib -ln -svf ../../lib/$(readlink $LFS/usr/lib/liblzma.so) $LFS/usr/lib/liblzma.so - - - - - - <para>Details on this package are located in<!-- TODO - <xref linkend="contents-xz" role="."/> --></para> - - </sect2> - -</sect1> -- cgit v1.2.3-54-g00ecf