From 74ebf517b6e1ffa027551454979597d8c2e727db Mon Sep 17 00:00:00 2001 From: Krejzi Date: Thu, 23 Apr 2015 23:18:26 +0000 Subject: [PATCH] Switch to .xz tarballs for inetutils and flex. Remove unneded -k option from binutils since it was fixed in 2.25 and remove unnecessary line break in flex configure command, since bison and automake use the similar syntax. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/binutils.xml | 2 +- chapter06/flex.xml | 3 +-- packages.ent | 12 ++++++------ 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index c87ab1ea9..c41d62289 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -110,7 +110,7 @@ cd ../binutils-build Test the results: -make -k check +make check Install the package: diff --git a/chapter06/flex.xml b/chapter06/flex.xml index f508fb0b2..7ed596a94 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -47,8 +47,7 @@ Prepare Flex for compilation: -./configure --prefix=/usr \ - --docdir=/usr/share/doc/flex-&flex-version; +./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version; Compile the package: diff --git a/packages.ent b/packages.ent index 016bac90e..624693f74 100644 --- a/packages.ent +++ b/packages.ent @@ -179,9 +179,9 @@ - - - + + + @@ -301,9 +301,9 @@ - - - + + +