mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 06:14:13 +01:00
explain what configure and make options do
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1180 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9c8da4c4c2
commit
a558d676f3
19
chapter06/e2fsprogs-exp.xml
Normal file
19
chapter06/e2fsprogs-exp.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--with-root-prefix=/:</userinput> The
|
||||
reason for supplying this option is because of the setup of the
|
||||
e2fsprogs Makefile. Some programs are essential for system use when,
|
||||
for example, /usr isn't mounted (like the e2fsck program). These
|
||||
programs and libraries therefore belong in directories like /lib and
|
||||
/sbin. If this option isn't passed to e2fsprogs' configure, it places
|
||||
these programs in /usr which is not what we want.</para>
|
||||
|
||||
<para><userinput>--enable-elf-shlibs:</userinput> This creates shared
|
||||
libraries that some programs in this package can make use of.</para>
|
||||
|
||||
<para><userinput>make install-libs:</userinput> This installs the shared
|
||||
libraries that are built.</para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user