Author: manuel Date: 2005-05-27 16:09:26 -0600 (Fri, 27 May 2005) New Revision: 5464
Modified: branches/cross-lfs/BOOK/final-system/common/make.xml Log: Indented make.xml Modified: branches/cross-lfs/BOOK/final-system/common/make.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/common/make.xml 2005-05-27 22:04:57 UTC (rev 5463) +++ branches/cross-lfs/BOOK/final-system/common/make.xml 2005-05-27 22:09:26 UTC (rev 5464) @@ -7,70 +7,90 @@ ]> <sect1 id="ch-system-make" role="wrap"> -<title>Make-&make-version;</title> -<?dbhtml filename="make.html"?> + <?dbhtml filename="make.html"?> -<indexterm zone="ch-system-make"><primary sortas="a-Make">Make</primary></indexterm> + <title>Make-&make-version;</title> -<sect2 role="package"><title/> -<para>The Make package contains a program for compiling large packages.</para> + <indexterm zone="ch-system-make"> + <primary sortas="a-Make">Make</primary> + </indexterm> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.2 SBU</seg><seg>8.8 MB</seg></seglistitem> -</segmentedlist> + <sect2 role="package"> + <title/> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Gettext, Glibc, Grep, and Sed</seg></seglistitem> -</segmentedlist> -</sect2> + <para>The Make package contains a program for compiling large + packages.</para> -<sect2 role="installation"> -<title>Installation of Make</title> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<para>Prepare Make for compilation:</para> + <seglistitem> + <seg>Not checked yet</seg> + <seg>Not checked yet</seg> + </seglistitem> + </segmentedlist> + <segmentedlist> + <segtitle>&dependencies;</segtitle> + + <seglistitem> + <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, + Glibc, Grep, and Sed</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Make</title> + + <para>Prepare Make for compilation:</para> + <screen><userinput>./configure --prefix=/usr</userinput></screen> -<para>Compile the package:</para> + <para>Compile the package:</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: -<userinput>make check</userinput>.</para> + <para>To test the results, issue: + <userinput>make check</userinput>.</para> -<para>Install the package:</para> + <para>Install the package:</para> <screen><userinput>make install</userinput></screen> -</sect2> + </sect2> + <sect2 id="contents-make" role="content"> + <title>Contents of Make</title> -<sect2 id="contents-make" role="content"><title>Contents of Make</title> + <segmentedlist> + <segtitle>Installed program</segtitle> -<segmentedlist> -<segtitle>Installed program</segtitle> -<seglistitem><seg>make</seg></seglistitem> -</segmentedlist> + <seglistitem> + <seg>make</seg> + </seglistitem> + </segmentedlist> -<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> -<?dbfo list-presentation="list"?> -<?dbhtml list-presentation="table"?> + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> -<varlistentry id="make"> -<term><command>make</command></term> -<listitem> -<para>Automatically determines which pieces of a large package need to -be recompiled and then issues the relevant commands</para> -<indexterm zone="ch-system-make make"><primary sortas="b-make">make</primary></indexterm> -</listitem> -</varlistentry> -</variablelist> + <varlistentry id="make"> + <term><command>make</command></term> + <listitem> + <para>Automatically determines which pieces of a large package need to + be recompiled and then issues the relevant commands</para> + <indexterm zone="ch-system-make make"> + <primary sortas="b-make">make</primary> + </indexterm> + </listitem> + </varlistentry> -</sect2> + </variablelist> + </sect2> + </sect1> - -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
