source: final-system/mips/make.xml @ bf8c11f

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

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 2.4 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  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-system-make" role="wrap">
11  <?dbhtml filename="make.html"?>
12
13  <title>Make-&make-version;</title>
14
15  <indexterm zone="ch-system-make">
16    <primary sortas="a-Make">Make</primary>
17  </indexterm>
18
19  <sect2 role="package">
20    <title/>
21
22    <para>The Make package contains a program for compiling packages.</para>
23
24    <segmentedlist>
25      <segtitle>&buildtime;</segtitle>
26      <segtitle>&diskspace;</segtitle>
27
28      <seglistitem>
29        <seg>Not checked yet</seg>
30        <seg>Not checked yet</seg>
31      </seglistitem>
32    </segmentedlist>
33
34    <segmentedlist>
35      <segtitle>&dependencies;</segtitle>
36
37      <seglistitem>
38        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext,
39        Glibc, Grep, and Sed</seg>
40      </seglistitem>
41    </segmentedlist>
42
43  </sect2>
44
45  <sect2 role="installation">
46    <title>Installation of Make</title>
47
48    <para os="m1">This patch updates <filename>config.guess</filename> and
49    <filename>config.sub</filename> for MIPS processors.</para>
50
51<screen os="m2"><userinput>patch -Np1 -i ../&make-mips_update-patch;</userinput></screen>
52
53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54    href="../common/make.xml"
55    xpointer="xpointer(//*[@os='a'])"/>
56
57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
58    href="../common/make.xml"
59    xpointer="xpointer(//*[@os='b'])"/>
60
61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62    href="../common/make.xml"
63    xpointer="xpointer(//*[@os='c'])"/>
64
65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
66    href="../common/make.xml"
67    xpointer="xpointer(//*[@os='d'])"/>
68
69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
70    href="../common/make.xml"
71    xpointer="xpointer(//*[@os='e'])"/>
72
73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
74    href="../common/make.xml"
75    xpointer="xpointer(//*[@os='f'])"/>
76
77    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
78    href="../common/make.xml"
79    xpointer="xpointer(//*[@os='g'])"/>
80
81  </sect2>
82
83  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84  href="../common/make.xml"
85  xpointer="xpointer(id('contents-make'))"/>
86
87</sect1>
Note: See TracBrowser for help on using the repository browser.