make-inst.xml 323 B

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