Installation of Make
Install Make by running the following commands:
./configure --prefix=$LFS/static --disable-nls &&
make LDFLAGS=-static &&
make install
During the make install phase you will see this warning:
chgrp: changing group of `/mnt/lfs/static/bin/make': Operation not permitted
/mnt/lfs/static/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/static/bin/make.
You can safely ignore this warning. The make program doesn't actually need to be owned by
group kmem and setgid for the -l option to work. (This option
tells make not to start any new jobs when a certain load on
the system has been reached.)