From 0445a3d50660d84f11d095db0177078f4f5cd8a0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 18 Sep 2007 21:11:00 +0000 Subject: Added remap attributes to userinput tags in packages pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/flex.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'chapter05/flex.xml') diff --git a/chapter05/flex.xml b/chapter05/flex.xml index 6521efc8b..b0974aeca 100644 --- a/chapter05/flex.xml +++ b/chapter05/flex.xml @@ -46,29 +46,30 @@ Flex contains several known bugs. These can be fixed with the following patch: -patch -Np1 -i ../&flex-fixes-patch; +patch -Np1 -i ../&flex-fixes-patch; The GNU autotools will detect that the Flex source code has been modified by the previous patch and tries to update the man page accordingly. This does not work on many systems, and the default page is fine, so make sure it does not get regenerated: -touch doc/flex.1 +touch doc/flex.1 Now prepare Flex for compilation: -./configure --prefix=/tools +./configure --prefix=/tools Compile the package: -make +make - To test the results, issue: - make check. + To test the results, issue: + +make check Install the package: -make install +make install -- cgit v1.2.3-54-g00ecf