diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-04-23 23:18:26 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-04-23 23:18:26 +0000 |
commit | 74ebf517b6e1ffa027551454979597d8c2e727db (patch) | |
tree | 1e2836280078ac1fa6a1a2a7f3add9a58180ed2f /chapter06/binutils.xml | |
parent | 99dd957967a0fbfb160ad375693835fb6bbea951 (diff) |
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
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 2 |
1 files changed, 1 insertions, 1 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</userinput></screen> <para>Test the results:</para> -<screen><userinput remap="test">make -k check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |