From a558d676f3b3b5f33b3809efd89a9da70773d1c9 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 5 Sep 2001 17:28:15 +0000 Subject: explain what configure and make options do git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1180 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs-exp.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chapter06/e2fsprogs-exp.xml (limited to 'chapter06/e2fsprogs-exp.xml') diff --git a/chapter06/e2fsprogs-exp.xml b/chapter06/e2fsprogs-exp.xml new file mode 100644 index 000000000..37ee99054 --- /dev/null +++ b/chapter06/e2fsprogs-exp.xml @@ -0,0 +1,19 @@ + +Command explanations + +--with-root-prefix=/: 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. + +--enable-elf-shlibs: This creates shared +libraries that some programs in this package can make use of. + +make install-libs: This installs the shared +libraries that are built. + + + -- cgit v1.2.3-54-g00ecf