mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Removing some excess white space.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f2f5117750
commit
17476c5481
@ -23,11 +23,11 @@ Estimated required disk space: &grep-compsize-tools;</screen>
|
||||
<itemizedlist>
|
||||
<listitem><para><userinput>--disable-perl-regexp</userinput>: This makes sure
|
||||
that <userinput>grep</userinput> does not get linked against a PCRE library
|
||||
that may be present on the host, but would not be available once we enter the
|
||||
that may be present on the host and would not be available once we enter the
|
||||
chroot environment.</para></listitem>
|
||||
<listitem><para><userinput>--with-included-regex</userinput>: This ensures that
|
||||
Grep uses its internal regular expression code. Without it, it will use
|
||||
the code from Glibc, which is known to be slightly buggy.</para></listitem>
|
||||
Grep uses its internal regular expression code. Without this switch, Grep will
|
||||
use the code from Glibc, which is known to be slightly buggy.</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Compile the programs:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user