From 2b76c898f59d78f414e5d02f9c3cf14b51cc1471 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 27 Aug 2024 10:44:59 -0500 Subject: [PATCH 1/2] Minor wording change. --- chapter08/gcc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index ad60089b8..b3397d8be 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -143,8 +143,8 @@ cd build code patterns. As a precaution for the host distros with a tight stack limit, explicitly set the stack size hard limit to infinite. On most host distros (and the final LFS system) the hard limit is - infinite by default, but there's no harm to set it explicitly anyway. - It's not needed to change the stack size soft limit because GCC will + infinite by default, but there is no harm done by setting it explicitly. + It's not necessary to change the stack size soft limit because GCC will automatically set it to an appropriate value, as long as the value does not exceed the hard limit: From 73f24adb274184322b84e717f2b83405a7d03f34 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 29 Aug 2024 14:52:38 +0800 Subject: [PATCH 2/2] changelog: Hide sysklogd and bootscript change for systemd revision --- chapter01/changelog.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d0cf45003..69860723f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,7 +40,7 @@ appropriate for the entry or if needed the entire day's listitem. --> - + 2024-08-23 @@ -50,7 +50,7 @@ - + 2024-08-23 @@ -174,7 +174,7 @@ [bdubbs] - Update to setuptools-72.1.0. Fixes #5531. - + [bdubbs] - Update to sysklogd-2.6.1. Fixes #5522. @@ -231,7 +231,7 @@ - + 2024-07-01 @@ -260,7 +260,7 @@ [bdubbs] - Update to linux-6.9.7. Fixes #5508. - + [bdubbs] - Update to sysklogd-2.5.2. Fixes #5509.