[02095ae] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[c439b8a] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[02095ae] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-make" role="wrap">
|
---|
| 9 | <?dbhtml filename="make.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Make-&make-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-make">
|
---|
| 14 | <primary sortas="a-Make">Make</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
| 20 | <para>The Make package contains a program for compiling packages.</para>
|
---|
| 21 |
|
---|
| 22 | </sect2>
|
---|
| 23 |
|
---|
| 24 | <sect2 role="installation">
|
---|
| 25 | <title>Installation of Make</title>
|
---|
| 26 |
|
---|
| 27 | <para os="a">Prepare Make for compilation:</para>
|
---|
| 28 |
|
---|
[cee2ca2] | 29 | <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
|
---|
| 30 | --prefix=/usr</userinput></screen>
|
---|
[02095ae] | 31 |
|
---|
| 32 | <para os="c">Compile the package:</para>
|
---|
| 33 |
|
---|
| 34 | <screen os="d"><userinput>make</userinput></screen>
|
---|
| 35 |
|
---|
| 36 | <para os="e">Install the package:</para>
|
---|
| 37 |
|
---|
[586feb7] | 38 | <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
|
---|
[02095ae] | 39 |
|
---|
| 40 | </sect2>
|
---|
| 41 |
|
---|
| 42 | <sect2 id="contents-make" role="content">
|
---|
| 43 | <title>Contents of Make</title>
|
---|
| 44 |
|
---|
| 45 | <segmentedlist>
|
---|
| 46 | <segtitle>Installed program</segtitle>
|
---|
| 47 |
|
---|
| 48 | <seglistitem>
|
---|
| 49 | <seg>make</seg>
|
---|
| 50 | </seglistitem>
|
---|
| 51 | </segmentedlist>
|
---|
| 52 |
|
---|
| 53 | <variablelist>
|
---|
| 54 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 55 | <?dbfo list-presentation="list"?>
|
---|
| 56 | <?dbhtml list-presentation="table"?>
|
---|
| 57 |
|
---|
| 58 | <varlistentry id="make">
|
---|
| 59 | <term><command>make</command></term>
|
---|
| 60 | <listitem>
|
---|
| 61 | <para>Automatically determines which pieces of a package need to
|
---|
| 62 | be (re)compiled and then issues the relevant commands</para>
|
---|
| 63 | <indexterm zone="ch-system-make make">
|
---|
| 64 | <primary sortas="b-make">make</primary>
|
---|
| 65 | </indexterm>
|
---|
| 66 | </listitem>
|
---|
| 67 | </varlistentry>
|
---|
| 68 |
|
---|
| 69 | </variablelist>
|
---|
| 70 |
|
---|
| 71 | </sect2>
|
---|
| 72 |
|
---|
| 73 | </sect1>
|
---|