6.10. Grep-3.6

The Grep package contains programs for searching through the contents of files.

Approximate build time: 0.2 SBU
Required disk space: 26 MB

6.10.1. Installation of Grep

Prepare Grep for compilation:

./configure --prefix=/usr   \
            --host=$LFS_TGT \
            --bindir=/bin

Compile the package:

make

Install the package:

make DESTDIR=$LFS install

Details on this package are located in Section 8.33.2, “Contents of Grep.”