source: final-system/common/make.xml@ f7683d44

Last change on this file since f7683d44 was ede92d9, checked in by Jim Gifford <clfs@…>, 19 years ago

r1119@server (orig r1117): chris | 2006-01-31 17:59:55 -0800
Updated package dependencies

  • Property mode set to 100644
File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
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 <segmentedlist>
23 <segtitle>&dependencies;</segtitle>
24
25 <seglistitem>
26 <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext,
27 Glibc, Grep, Perl, Sed, and Texinfo</seg>
28 </seglistitem>
29 </segmentedlist>
30
31 </sect2>
32
33 <sect2 role="installation">
34 <title>Installation of Make</title>
35
36 <para os="a">Prepare Make for compilation:</para>
37
38<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
39
40 <para os="c">Compile the package:</para>
41
42<screen os="d"><userinput>make</userinput></screen>
43
44 <para os="e">To test the results, issue:
45 <userinput>make check</userinput>.</para>
46
47 <para os="f">Install the package:</para>
48
49<screen os="g"><userinput>make install</userinput></screen>
50
51 </sect2>
52
53 <sect2 id="contents-make" role="content">
54 <title>Contents of Make</title>
55
56 <segmentedlist>
57 <segtitle>Installed program</segtitle>
58
59 <seglistitem>
60 <seg>make</seg>
61 </seglistitem>
62 </segmentedlist>
63
64 <variablelist>
65 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
66 <?dbfo list-presentation="list"?>
67 <?dbhtml list-presentation="table"?>
68
69 <varlistentry id="make">
70 <term><command>make</command></term>
71 <listitem>
72 <para>Automatically determines which pieces of a package need to
73 be (re)compiled and then issues the relevant commands</para>
74 <indexterm zone="ch-system-make make">
75 <primary sortas="b-make">make</primary>
76 </indexterm>
77 </listitem>
78 </varlistentry>
79
80 </variablelist>
81
82 </sect2>
83
84</sect1>
Note: See TracBrowser for help on using the repository browser.