source: BOOK/final-system/common/make.xml@ d87123b

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since d87123b was d87123b, checked in by William Harrington <kb0iic@…>, 11 years ago

Add make 3.82 fixes patch for upstream changes.

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