source: chapter06/grep.xml@ 20549cb0

xry111/clfs-ng
Last change on this file since 20549cb0 was d7a9421, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Merge Xi's changes into trunk
Update to meson-0.58.0
Update to systemd-248
Update to gcc-11.1.0
Update to linux-5.12.1
Update to iproute2-5.12.0
Update to Python-3.9.5
Make /bin, /sbin, and /lib symlinks to their counterparts in /usr.
Thanks again for a significant portion of this work goes to Xi, I only
really merged it and made a couple of modifications for my updates. To
LFS 11.x we go!

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[6370fa6]7
[fcc02767]8<sect1 id="ch-tools-grep" role="wrap">
[6a82dd9]9 <?dbhtml filename="grep.html"?>
[673b0d8]10
[e747759]11 <sect1info condition="script">
12 <productname>grep</productname>
13 <productnumber>&grep-version;</productnumber>
14 <address>&grep-url;</address>
15 </sect1info>
16
[6a82dd9]17 <title>Grep-&grep-version;</title>
[3554fa3a]18
[fcc02767]19 <indexterm zone="ch-tools-grep">
[6a82dd9]20 <primary sortas="a-Grep">Grep</primary>
[fcc02767]21 <secondary>tools</secondary>
[6a82dd9]22 </indexterm>
[73aedd1d]23
[6a82dd9]24 <sect2 role="package">
25 <title/>
[fa21b3d]26
[fcc02767]27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
28 href="../chapter08/grep.xml"
29 xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
[fa21b3d]30
[6a82dd9]31 <segmentedlist>
32 <segtitle>&buildtime;</segtitle>
33 <segtitle>&diskspace;</segtitle>
[fa21b3d]34
[6a82dd9]35 <seglistitem>
[fb386e0]36 <seg>&grep-tmp-sbu;</seg>
37 <seg>&grep-tmp-du;</seg>
[6a82dd9]38 </seglistitem>
39 </segmentedlist>
[fa21b3d]40
[6a82dd9]41 </sect2>
[73aedd1d]42
[6a82dd9]43 <sect2 role="installation">
44 <title>Installation of Grep</title>
[73aedd1d]45
[6a82dd9]46 <para>Prepare Grep for compilation:</para>
[5888299]47
[fcc02767]48<screen><userinput remap="configure">./configure --prefix=/usr \
[d7a9421]49 --host=$LFS_TGT</userinput></screen>
[673b0d8]50
[01a94005]51 <para>Compile the package:</para>
[81fd230]52
[01a94005]53<screen><userinput remap="make">make</userinput></screen>
[81fd230]54
[6a82dd9]55 <para>Install the package:</para>
[81fd230]56
[fcc02767]57<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
[673b0d8]58
[6a82dd9]59 </sect2>
60
[fcc02767]61 <sect2 role="content">
62 <title/>
[6a82dd9]63
[fcc02767]64 <para>Details on this package are located in
65 <xref linkend="contents-grep" role="."/></para>
[6a82dd9]66
67 </sect2>
[673b0d8]68
69</sect1>
Note: See TracBrowser for help on using the repository browser.