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/make.xml | 83 ------------------------------------------------------ 1 file changed, 83 deletions(-) delete mode 100644 chapter05/make.xml (limited to 'chapter05/make.xml') diff --git a/chapter05/make.xml b/chapter05/make.xml deleted file mode 100644 index 2d054dd9e..000000000 --- a/chapter05/make.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - %general-entities; -]> - - - - - make - &make-version; -
&make-url;
-
- - Make-&make-version; - - - Make - tools - - - - - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../chapter06/make.xml" - xpointer="xpointer(/sect1/sect2[1]/para[1])"/> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&make-ch5-sbu;</seg> - <seg>&make-ch5-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of Make - - Prepare Make for compilation: - -./configure --prefix=/usr \ - --without-guile \ - --host=$LFS_TGT \ - --build=$(build-aux/config.guess) - - - The meaning of the new configure option: - - - --without-guile - - Although we are cross-compiling, configure tries to use - guile from the build host if it finds it. This makes compilation - fail, so this switch prevents using it. - - - - - Compile the package: - -make - - Install the package: - -make DESTDIR=$LFS install - - - - - - - <para>Details on this package are located in - <xref linkend="contents-make" role="."/></para> - - </sect2> - -</sect1> -- cgit v1.2.3-54-g00ecf