1 <sect2><title> </title><para> </para></sect2>
4 <title>Installation of Make</title>
6 <para>Prepare Make to be compiled:</para>
8 <para><screen><userinput>LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls</userinput></screen></para>
10 <para>Continue with compiling the package:</para>
12 <para><screen><userinput>make</userinput></screen></para>
14 <para>And finish off installing the package:</para>
16 <para><screen><userinput>make install</userinput></screen></para>
18 <para>During the make install phase you will see this warning:</para>
20 <blockquote><screen>chgrp: changing group of `/mnt/lfs/static/bin/make': Operation not permitted
21 /mnt/lfs/static/bin/make needs to be owned by group kmem and setgid;
22 otherwise the `-l' option will probably not work. You may need special
23 privileges to complete the installation of /mnt/lfs/static/bin/make.</screen></blockquote>
25 <para>You can safely ignore this warning. The make program doesn't actually
26 need to be owned by group kmem and setgid for the <emphasis>-l</emphasis>
27 option to work. (This option tells make not to start any new jobs when a
28 certain load on the system has been reached.)</para>