2004-01-27 22:29:49 +00:00
|
|
|
<sect1 id="ch-tools-make">
|
2001-07-23 19:23:43 +01:00
|
|
|
<title>Installing Make-&make-version;</title>
|
2001-09-26 00:55:44 +01:00
|
|
|
<?dbhtml filename="make.html" dir="chapter05"?>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-27 22:27:44 +00:00
|
|
|
<screen>&buildtime; &make-time-tools;
|
|
|
|
&diskspace; &make-compsize-tools;</screen>
|
2001-07-17 19:51:18 +01:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
&aa-make-down;
|
2003-11-15 16:07:18 +00:00
|
|
|
&aa-make-dep;
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Make</title>
|
|
|
|
|
2003-11-02 22:20:47 +00:00
|
|
|
<para>Prepare Make for compilation:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/tools</userinput></screen>
|
|
|
|
|
|
|
|
<para>Compile the program:</para>
|
|
|
|
|
2003-12-22 09:32:12 +00:00
|
|
|
<screen><userinput>make</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2004-01-16 10:15:49 +00:00
|
|
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
|
|
|
temporary tools here in this chapter. If you still want to run the Make test
|
|
|
|
suite anyway, the following command will do so:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<screen><userinput>make check</userinput></screen>
|
|
|
|
|
|
|
|
<para>Then install it and its documentation:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
<sect2><title> </title><para> </para>
|
|
|
|
<para>The details on this package are found in <xref linkend="contents-make"/>.</para>
|
|
|
|
<para> </para></sect2>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect1>
|
|
|
|
|