Installing Make-3.79.1

Estimated build time:           1 minute
Estimated required disk space:  6 MB

Installation of Make

Install Make by running the following commands:

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

During the make install phase you will see this warning:

chgrp: changing group of `/mnt/lfs/usr/bin/make': Operation not permitted
/mnt/lfs/usr/bin/make needs to be owned by group kmem and setgid;
otherwise the `-l' option will probably not work. You may need special
privileges to complete the installation of /mnt/lfs/usr/bin/make.

You can safely ignore this warning. make doesn't need to be owned by group kmem and setgid for the -l option to work (which you can use to tell make not to start any new jobs when a certain load on the system is reached).

Contents of make-3.79.1

Descriptions

make

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

Dependencies

Make-3.79.1 needs the following to be installed:


autoconf: autoconf, autoheader
automake: aclocal, automake
bash: sh
binutils: as, ld
diffutils: cmp
fileutils: chgrp, chmod, install, ls, mv, rm
gcc: cc, cc1, collect2, cpp0, gcc
glibc: getconf
grep: egrep, fgrep, grep
m4: m4
make: make
gawk: gawk
sed: sed
sh-utils: basename, echo, expr, hostname, sleep, uname
texinfo: install-info, makeinfo
textutils: cat, tr