diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 17:47:47 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 17:47:47 +0000 |
commit | 41d1d0e92343c1773960a8db999ea1f92fb99548 (patch) | |
tree | 1f88b8b8e904ab9a1eedc8829ada8bd7d741787a /chapter06 | |
parent | 41903a5f4c075ed539fab326529ed5d2c00aacac (diff) |
Zack's patches: added --with-included-regex to grep and linux manpage installation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 8 | ||||
-rw-r--r-- | chapter06/grep-inst.xml | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 0edfa2b2e..6e2c78970 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -74,6 +74,14 @@ locales which you need or want. This can be achieved using the localedef command. Information on this can be found in the <filename>INSTALL</filename> file in the <filename>glibc-&glibc-version;</filename> tree.</para> +<para>Build the linuxthreads man pages:</para> + +<para><screen><userinput>make -C ../glibc-2.3.2/linuxthreads/man</userinput></screen></para> + +<para>Install the man pages:</para> + +<para><screen><userinput>make -C ../glibc-2.3.2/linuxthreads/man install</userinput></screen></para> + <para>To finish off the installation we'll reload Bash so it will use the new <filename>libnss_*</filename> files. This will also get rid of the <emphasis>I have no name!</emphasis> message in the command prompt:</para> diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml index ada7a6b18..8743a0c66 100644 --- a/chapter06/grep-inst.xml +++ b/chapter06/grep-inst.xml @@ -5,7 +5,8 @@ <para>Prepare Grep to be compiled:</para> -<para><screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen></para> +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin&& + --with-included-regex</userinput></screen></para> <para>Continue with compiling the package:</para> |