diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-01 11:25:47 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-01 11:25:47 +0000 |
commit | 19a03e1e5aa95e3687c3260afca486c566331619 (patch) | |
tree | db6b36c58f034a155494285a515a370916b737dc /chapter08 | |
parent | 4df8426c6b8f145cb4c0c405706c87dc0a0b2315 (diff) |
fix the descriptions, after the removal of commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/bc.xml | 4 | ||||
-rw-r--r-- | chapter08/readline.xml | 2 |
2 files changed, 3 insertions, 3 deletions
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 @@ <title>The meaning of the configure options:</title> <varlistentry> - <term><parameter>CC=gcc CFLAGS="-std=c99"</parameter></term> + <term><parameter>CC=gcc"</parameter></term> <listitem> - <para>These parameters specify the compiler and the C standard to use.</para> + <para>These parameters specify the compiler to use.</para> </listitem> </varlistentry> 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</userinput></screen> <screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" install</userinput></screen> <para>Now move the dynamic libraries to a more appropriate location - and fix up some permissions and symbolic links:</para> + and fix up symbolic links:</para> <screen><userinput remap="install">mv -v /usr/lib/lib{readline,history}.so.* /lib ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so |