3.11. Make-4.4.1

Make package contains a program for controlling the generation of executables and other non-source files of a package from source files.

Package Information

Make Dependencies

Required

Gzip-1.14

3.11.1. Installation of Make

Prepare Make for compilation:

Now Configure the Package, issue:

./configure --prefix=/usr \
            --host=$LFS_TGT \
            --build=$(build-aux/config.guess)

To Compile the Package, issue:

make

Now Install the Package, issue:

make DESTDIR=$LFS install

3.11.2. Contents of Make

Installed programs: PROGRAMS
Installed libraries: LIBRARIES
Installed directories: DIRECTORIES