source: BOOK/final-system/mips/grep.xml@ 663c5a6

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 663c5a6 was 663c5a6, 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
RevLine 
[3f8be484]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-grep" role="wrap">
11 <?dbhtml filename="grep.html"?>
12
13 <title>Grep-&grep-version;</title>
14
15 <indexterm zone="ch-system-grep">
16 <primary sortas="a-Grep">Grep</primary>
17 </indexterm>
18
[663c5a6]19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20 href="../common/grep.xml"
21 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]22
23 <sect2 role="installation">
24 <title>Installation of Grep</title>
25
26 <para os="ba">This patch updates <filename>config.guess</filename> and
27 <filename>config.sub</filename> for MIPS processors.</para>
28
29<screen os="bb"><userinput>patch -Np1 -i ../&grep-mips_update-patch;</userinput></screen>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="../common/grep.xml"
33 xpointer="xpointer(//*[@os='a'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../common/grep.xml"
37 xpointer="xpointer(//*[@os='b'])"/>
38
39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40 href="../common/grep.xml"
41 xpointer="xpointer(//*[@os='c'])"/>
42
43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44 href="../common/grep.xml"
45 xpointer="xpointer(//*[@os='d'])"/>
46
47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48 href="../common/grep.xml"
49 xpointer="xpointer(//*[@os='e'])"/>
50
51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52 href="../common/grep.xml"
53 xpointer="xpointer(//*[@os='f'])"/>
54
55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56 href="../common/grep.xml"
57 xpointer="xpointer(//*[@os='g'])"/>
58
59</sect2>
60
61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62 href="../common/grep.xml"
63 xpointer="xpointer(id('contents-grep'))"/>
64
65</sect1>
Note: See TracBrowser for help on using the repository browser.