From 19a03e1e5aa95e3687c3260afca486c566331619 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 1 Jan 2021 11:25:47 +0000 Subject: fix the descriptions, after the removal of commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/bc.xml | 4 ++-- chapter08/readline.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter08') diff --git a/chapter08/bc.xml b/chapter08/bc.xml index 314623d76..dfff0364f 100644 --- a/chapter08/bc.xml +++ b/chapter08/bc.xml @@ -49,9 +49,9 @@ The meaning of the configure options: - CC=gcc CFLAGS="-std=c99" + CC=gcc" - These parameters specify the compiler and the C standard to use. + These parameters specify the compiler to use. diff --git a/chapter08/readline.xml b/chapter08/readline.xml index b512261b3..8d4145fee 100644 --- a/chapter08/readline.xml +++ b/chapter08/readline.xml @@ -95,7 +95,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install make SHLIB_LIBS="-lncursesw" install Now move the dynamic libraries to a more appropriate location - and fix up some permissions and symbolic links: + and fix up symbolic links: mv -v /usr/lib/lib{readline,history}.so.* /lib ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so -- cgit v1.2.3-54-g00ecf