5.12. Installing Make

5.12.1. Installation of Make

Install Make by running the following commands:


./configure --prefix=$LFS/usr --disable-nls &&
make LDFLAGS=-static &&
make install

5.12.2. Contents

The Make package contains the make program.

5.12.3. Description

make determines automatically which pieces of a large program need to be recompiled, and issues the commands to recompile them.