make-inst.xml 317 B

1234567891011
  1. <sect2>
  2. <title>Installation of Make</title>
  3. <para>Install Make by running the following commands:</para>
  4. <para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
  5. <userinput>make LDFLAGS=-static &amp;&amp;</userinput>
  6. <userinput>make install</userinput></screen></para>
  7. </sect2>