From 0cdff2d4acfa1debea0e5e5642c608989f95d696 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 4 May 2020 12:11:00 +0000 Subject: [PATCH] Remove useless commands in chap6 flex git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/flex.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 2e12dabac..bd4bd545f 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -41,17 +41,20 @@ Installation of Flex + -HELP2MAN=/tools/bin/true \ -./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version; + Prepare Flex for compilation: + + +./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version; Compile the package: