mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
17700191e9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
46 lines
1.3 KiB
XML
46 lines
1.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
<sect1 id="ch-tools-util-linux" role="wrap">
|
|
<title>Util-linux-&util-linux-version;</title>
|
|
<?dbhtml filename="util-linux.html"?>
|
|
|
|
<sect2 role="package"><title/>
|
|
|
|
<segmentedlist>
|
|
<segtitle>&buildtime;</segtitle>
|
|
<segtitle>&diskspace;</segtitle>
|
|
<seglistitem><seg>0.2 SBU</seg><seg>16 MB</seg></seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Util-linux</title>
|
|
|
|
<para>Issue a sed sustitution:</para>
|
|
|
|
<screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen>
|
|
|
|
<para>Prepare Util-linux for compilation:</para>
|
|
|
|
<screen><userinput>./configure</userinput></screen>
|
|
|
|
<para>Compile some support routines:</para>
|
|
|
|
<screen><userinput>make -C lib</userinput></screen>
|
|
|
|
<para>Build the needed utilities:</para>
|
|
|
|
<screen><userinput>make -C mount mount umount
|
|
make -C text-utils more</userinput></screen>
|
|
|
|
<para>Now copy these programs to the temporary tools directory:</para>
|
|
|
|
<screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
|
|
|
|
</sect2>
|
|
</sect1>
|