make.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-make" xreflabel="Make">
  7. <title>Make-&make-version;</title>
  8. <?dbhtml filename="make.html"?>
  9. <indexterm zone="ch-system-make"><primary sortas="a-Make">Make</primary></indexterm>
  10. <para>The Make package contains a program for compiling large packages.</para>
  11. <screen>&buildtime; 0.2 SBU
  12. &diskspace; 8.8 MB</screen>
  13. <para>Make installation depends on: Bash, Binutils, Coreutils, Diffutils,
  14. GCC, Gettext, Glibc, Grep, Sed.</para>
  15. <sect2>
  16. <title>Installation of Make</title>
  17. <para>Prepare Make for compilation:</para>
  18. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  19. <para>Compile the package:</para>
  20. <screen><userinput>make</userinput></screen>
  21. <para>To test the results, issue:
  22. <userinput>make check</userinput>.</para>
  23. <para>Now install the package:</para>
  24. <screen><userinput>make install</userinput></screen>
  25. </sect2>
  26. <sect2 id="contents-make"><title>Contents of Make</title>
  27. <para><emphasis>Installed program</emphasis>: make</para>
  28. </sect2>
  29. <sect2><title>Short description</title>
  30. <indexterm zone="ch-system-make make"><primary sortas="b-make">make</primary></indexterm>
  31. <para id="make"><command>make</command> automatically determines which pieces of a
  32. large package need to be recompiled, and then issues the relevant commands.</para>
  33. </sect2>
  34. </sect1>