mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 12:19:24 +01:00
Remove useless commands in chap6 flex
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e35b465957
commit
0cdff2d4ac
@ -41,6 +41,7 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Flex</title>
|
<title>Installation of Flex</title>
|
||||||
|
|
||||||
|
<!--
|
||||||
<para>First, fix a problem introduced with glibc-2.26:</para>
|
<para>First, fix a problem introduced with glibc-2.26:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i "/math.h/a #include <malloc.h>" src/flexdef.h</userinput></screen>
|
<screen><userinput remap="pre">sed -i "/math.h/a #include <malloc.h>" src/flexdef.h</userinput></screen>
|
||||||
@ -48,10 +49,12 @@
|
|||||||
<para>The build procedure assumes the <application>help2man</application>
|
<para>The build procedure assumes the <application>help2man</application>
|
||||||
program is available to create a man page from the executable - -help option.
|
program is available to create a man page from the executable - -help option.
|
||||||
This is not present, so we use an environment variable to skip this process.
|
This is not present, so we use an environment variable to skip this process.
|
||||||
Now, prepare Flex for compilation:</para>
|
Now, prepare Flex for compilation:</para> -->
|
||||||
|
|
||||||
<screen><userinput remap="configure">HELP2MAN=/tools/bin/true \
|
<para>Prepare Flex for compilation:</para>
|
||||||
./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
|
|
||||||
|
<!-- <screen><userinput remap="configure">HELP2MAN=/tools/bin/true \ -->
|
||||||
|
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user