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

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

r663@server (orig r661): manuel | 2005-11-08 14:00:33 -0800
Removing SBUs and DUs. Chapter final-system, round 1.

  • 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.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 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20 href="../common/make.xml"
21 xpointer="xpointer(//*[@role='package'])"/>
22
23 <sect2 role="installation">
24 <title>Installation of Make</title>
25
26 <para os="m1">This patch updates <filename>config.guess</filename> and
27 <filename>config.sub</filename> for MIPS processors.</para>
28
29<screen os="m2"><userinput>patch -Np1 -i ../&make-mips_update-patch;</userinput></screen>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="../common/make.xml"
33 xpointer="xpointer(//*[@os='a'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../common/make.xml"
37 xpointer="xpointer(//*[@os='b'])"/>
38
39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40 href="../common/make.xml"
41 xpointer="xpointer(//*[@os='c'])"/>
42
43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44 href="../common/make.xml"
45 xpointer="xpointer(//*[@os='d'])"/>
46
47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48 href="../common/make.xml"
49 xpointer="xpointer(//*[@os='e'])"/>
50
51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52 href="../common/make.xml"
53 xpointer="xpointer(//*[@os='f'])"/>
54
55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56 href="../common/make.xml"
57 xpointer="xpointer(//*[@os='g'])"/>
58
59 </sect2>
60
61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62 href="../common/make.xml"
63 xpointer="xpointer(id('contents-make'))"/>
64
65</sect1>
Note: See TracBrowser for help on using the repository browser.