source: BOOK/temp-system/common/grep.xml @ d0c5f50

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since d0c5f50 was d0c5f50, checked in by Jim Gifford <clfs@…>, 18 years ago

r657@server (orig r655): manuel | 2005-11-08 13:07:24 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 1.

  • Property mode set to 100644
File size: 2.3 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-temp-system-grep" role="wrap">
11  <?dbhtml filename="grep.html"?>
12
13  <title>Grep-&grep-version;</title>
14
15  <indexterm zone="ch-temp-system-grep">
16    <primary sortas="a-Grep">Grep</primary>
17    <secondary>temporary system</secondary>
18  </indexterm>
19
20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21  href="../../final-system/common/grep.xml"
22  xpointer="xpointer(//*[@role='package'])"/>
23
24  <sect2 role="installation">
25    <title>Installation of Grep</title>
26
27    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28    href="../../final-system/common/grep.xml"
29    xpointer="xpointer(//*[@os='a'])"/>
30
31<screen><userinput>./configure --prefix=/tools \
32   --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
33
34    <variablelist os="ca">
35      <title>The meaning of the configure options:</title>
36
37      <varlistentry>
38        <term><parameter>--disable-perl-regexp</parameter></term>
39        <listitem>
40          <para>This ensures that the <command>grep</command> program
41          does not get linked against a Perl Compatible Regular Expression
42          (PCRE) library that may be present on the host but will not be
43          available when building the final system.</para>
44        </listitem>
45      </varlistentry>
46
47    </variablelist>
48
49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
50    href="../../final-system/common/grep.xml"
51    xpointer="xpointer(//*[@os='c'])"/>
52
53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54    href="../../final-system/common/grep.xml"
55    xpointer="xpointer(//*[@os='d'])"/>
56
57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
58    href="../../final-system/common/grep.xml"
59    xpointer="xpointer(//*[@os='f'])"/>
60
61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62    href="../../final-system/common/grep.xml"
63    xpointer="xpointer(//*[@os='g'])"/>
64
65  </sect2>
66
67  <sect2 role="content">
68    <title/>
69
70    <para>Details on this package are located in <xref
71    linkend="contents-grep" role="."/></para>
72
73  </sect2>
74
75</sect1>
Note: See TracBrowser for help on using the repository browser.