%general-entities; ]> make &make-version;
&make-url;
Make-&make-version; Make tools <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../chapter06/make.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&make-ch5-sbu;</seg> <seg>&make-ch5-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Make First, work around an error caused by glibc-2.27: sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c Prepare Make for compilation: ./configure --prefix=/tools --without-guile The meaning of the configure option: --without-guile This ensures that Make-&make-version; won't link against Guile libraries, which may be present on the host system, but won't be available within the chroot environment in the next chapter. Compile the package: make Compilation is now complete. As discussed earlier, running the test suite is not mandatory for the temporary tools here in this chapter. To run the Make test suite anyway, issue the following command: make check Install the package: make install <para>Details on this package are located in <xref linkend="contents-make" role="."/></para> </sect2> </sect1>