source: BOOK/final-system/mips/mktemp.xml@ c6c6c35

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since c6c6c35 was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated trunk book sources to use DocBook-XML DTD 4.5.

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-mktemp" role="wrap">
9 <?dbhtml filename="mktemp.html"?>
10
11 <title>Mktemp-&mktemp-version;</title>
12
13 <indexterm zone="ch-system-mktemp">
14 <primary sortas="a-Mktemp">Mktemp</primary>
15 </indexterm>
16
[663c5a6]17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18 href="../common/mktemp.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
22 <title>Installation of Mktemp</title>
23
24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
25 href="../common/mktemp.xml"
26 xpointer="xpointer(//*[@os='a'])"/>
27
28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29 href="../common/mktemp.xml"
30 xpointer="xpointer(//*[@os='b'])"/>
31
[0c037b3]32 <para os="p1">The configure files in this package do not recognise all
33 of the machines supported by CLFS. This patch updates <filename>config.guess</filename>
[cc1ccdd]34 and <filename>config.sub</filename> for other processors:</para>
[3f8be484]35
[0c037b3]36<screen os="p2"><userinput>patch -Np1 -i ../&mktemp-update-patch;</userinput></screen>
[3f8be484]37
38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
39 href="../common/mktemp.xml"
40 xpointer="xpointer(//*[@os='c'])"/>
41
42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43 href="../common/mktemp.xml"
44 xpointer="xpointer(//*[@os='d'])"/>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="../common/mktemp.xml"
48 xpointer="xpointer(//*[@os='e'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51 href="../common/mktemp.xml"
52 xpointer="xpointer(//*[@os='f'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55 href="../common/mktemp.xml"
56 xpointer="xpointer(//*[@os='g'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59 href="../common/mktemp.xml"
60 xpointer="xpointer(//*[@os='h'])"/>
61
[e0e40d3]62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63 href="../common/mktemp.xml"
64 xpointer="xpointer(//*[@os='i'])"/>
65
[d1631d1]66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67 href="../common/mktemp.xml"
68 xpointer="xpointer(//*[@os='j'])"/>
69
[3f8be484]70 </sect2>
71
72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73 href="../common/mktemp.xml"
74 xpointer="xpointer(id('contents-mktemp'))"/>
75
76</sect1>
Note: See TracBrowser for help on using the repository browser.