From bdea25ce6ab3952ccfca27d46eca93d3adf0fc0f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 5 Feb 2006 13:17:43 +0000 Subject: Indenting chapter 6, part 7 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/make.xml | 110 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 66 insertions(+), 44 deletions(-) (limited to 'chapter06/make.xml') diff --git a/chapter06/make.xml b/chapter06/make.xml index 7f5bca110..6f8496caf 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -1,73 +1,95 @@ - %general-entities; ]> + -Make-&make-version; - + + + Make-&make-version; + + + Make + + + + + + <para>The Make package contains a program for compiling packages.</para> -<indexterm zone="ch-system-make"><primary sortas="a-Make">Make</primary></indexterm> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<sect2 role="package"><title/> -<para>The Make package contains a program for compiling packages.</para> + <seglistitem> + <seg>0.2 SBU</seg> + <seg>7.1 MB</seg> + </seglistitem> + </segmentedlist> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.2 SBU</seg><seg>7.1 MB</seg></seglistitem> -</segmentedlist> + <segmentedlist> + <segtitle>&dependencies;</segtitle> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Gettext, Glibc, Grep, and Sed</seg></seglistitem> -</segmentedlist> -</sect2> + <seglistitem> + <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, + Grep, and Sed</seg> + </seglistitem> + </segmentedlist> -<sect2 role="installation"> -<title>Installation of Make + -Prepare Make for compilation: + + Installation of Make + + Prepare Make for compilation: ./configure --prefix=/usr -Compile the package: + Compile the package: make -To test the results, issue: -make check. + To test the results, issue: + make check. -Install the package: + Install the package: make install - + -Contents of Make + + Contents of Make - -Installed program -make - + + Installed program -Short Descriptions - - + + make + + - -make - -Automatically determines which pieces of a package need to -be (re)compiled and then issues the relevant commands -make - - - + + Short Descriptions + + - + + make + + Automatically determines which pieces of a package need to + be (re)compiled and then issues the relevant commands + + make + + + - + + + + -- cgit v1.2.3-54-g00ecf