diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 04:32:21 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 04:32:21 +0000 |
commit | fe79f7c73c897c9400e0604a93f36e19897e3c9a (patch) | |
tree | 15ddd4d10884d7cf4a629392208f663fee9cee4b | |
parent | bc91669a6a1915ee37d9e0938556187af26a00de (diff) |
Remove old e2fsprogs exp file.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/e2fsprogs-exp.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/chapter06/e2fsprogs-exp.xml b/chapter06/e2fsprogs-exp.xml deleted file mode 100644 index e06ef3fd5..000000000 --- a/chapter06/e2fsprogs-exp.xml +++ /dev/null @@ -1,23 +0,0 @@ -<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's 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> - -<para><userinput>install-info...:</userinput> This updates the -<filename>/usr/share/info/dir</filename> file to include this package's -info pages to the index.</para> - -</sect2> - |