diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/gcc.xml | 2 | ||||
-rw-r--r-- | chapter08/meson.xml | 2 | ||||
-rw-r--r-- | chapter08/ncurses.xml | 2 | ||||
-rw-r--r-- | chapter08/openssl.xml | 2 | ||||
-rw-r--r-- | chapter08/util-linux.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 93961626c..7a06cf461 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -133,7 +133,7 @@ cd build</userinput></screen> <important> <para>In this section, the test suite for GCC is considered - important, but it takes a long time. First time builders are + important, but it takes a long time. First time builders are encouraged to not skip it. The time to run the tests can be reduced significantly by adding -jx to the make command below where x is the number of cores on your system.</para> diff --git a/chapter08/meson.xml b/chapter08/meson.xml index 6e4b006ad..0bde43856 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -96,7 +96,7 @@ install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/ <seglistitem> <seg>meson</seg> <seg> - /usr/lib/python&python-minor;/site-packages/meson-&meson-version;.dist-info and + /usr/lib/python&python-minor;/site-packages/meson-&meson-version;.dist-info and /usr/lib/python&python-minor;/site-packages/mesonbuild </seg> </seglistitem> diff --git a/chapter08/ncurses.xml b/chapter08/ncurses.xml index 31cd65a6c..e8d42bc7a 100644 --- a/chapter08/ncurses.xml +++ b/chapter08/ncurses.xml @@ -122,7 +122,7 @@ </para> <!-- To editors: crash of shell process was very rare but really - observed. We can't simply remove /usr/lib/libncursesw.so.6.x like + observed. We can't simply remove /usr/lib/libncursesw.so.6.x like how we handle libmozjs-xx.so in BLFS because bash needs it, and make will spawn new shell processes during "make install". --> diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 91e412bae..9701a0297 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -43,7 +43,7 @@ <sect2 role="installation"> <title>Installation of OpenSSL</title> <!-- - <para>First fix a problem with some advanced arcitectures with avx512 + <para>First fix a problem with some advanced arcitectures with avx512 capability:</para> <screen><userinput remap="pre">sed -e '/bn_reduce.*m1/i\ factor_size /= sizeof(BN_ULONG) * 8;' \ diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index d659666db..269f564e2 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -100,7 +100,7 @@ <screen><userinput remap="test">chown -Rv tester . su tester -c "make -k check"</userinput></screen> - <para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel + <para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel does not have the option CONFIG_CRYPTO_USER_API_HASH set.</para> <para>Install the package:</para> |