diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 0210a95d53..6b2097501b 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -39,6 +39,15 @@
-->
+
+ July 26th, 2024
+
+
+ [Zeckmathederg] - Fix typos and added build time xinclude.
+
+
+
+
July 25th, 2024
diff --git a/shareddeps/dps/basicx/other/cmake.xml b/shareddeps/dps/basicx/other/cmake.xml
index 1626feb045..14aa880442 100644
--- a/shareddeps/dps/basicx/other/cmake.xml
+++ b/shareddeps/dps/basicx/other/cmake.xml
@@ -70,6 +70,9 @@
nghttp2
+
+
diff --git a/shareddeps/dps/basicx/x/x7lib.xml b/shareddeps/dps/basicx/x/x7lib.xml
index 5a749d6b64..2b515f76e6 100644
--- a/shareddeps/dps/basicx/x/x7lib.xml
+++ b/shareddeps/dps/basicx/x/x7lib.xml
@@ -60,6 +60,10 @@
-->
+
+
+
diff --git a/shareddeps/dps/x/x7app.xml b/shareddeps/dps/x/x7app.xml
index 3c85595c0c..0ca1090c40 100644
--- a/shareddeps/dps/x/x7app.xml
+++ b/shareddeps/dps/x/x7app.xml
@@ -113,6 +113,9 @@ cd app &&
grep -v '^#' ../app-&xorg-version;-list | wget -i- -c \
-B &xorg-download-http;/app/
+
+
diff --git a/shareddeps/drivers/llvm.xml b/shareddeps/drivers/llvm.xml
index 3fd843d0b5..6924cab564 100644
--- a/shareddeps/drivers/llvm.xml
+++ b/shareddeps/drivers/llvm.xml
@@ -124,6 +124,9 @@
+
+
diff --git a/shareddeps/drivers/rust.xml b/shareddeps/drivers/rust.xml
index b6842b49bd..c77413343d 100644
--- a/shareddeps/drivers/rust.xml
+++ b/shareddeps/drivers/rust.xml
@@ -21,22 +21,14 @@
Introduction to Rust
+
The Rust programming language is designed
to be a safe, concurrent, practical language.
- This package is updated on a six-weekly release cycle. Because it is
- such a large and slow package to build, is at the moment only required
- by a few packages in this book, and particularly because newer versions
- tend to break older mozilla packages, the BLFS editors take the view that
- it should only be updated when that is necessary (either to fix problems,
- or to allow a new version of a package to build).
-
-
-
- As with many other programming languages, rustc (the rust compiler)
+ As with many other programming languages, rustc (the rust compiler)
needs a binary from which to bootstrap. It will download a stage0
binary at the start of the build, so you cannot compile it without an
Internet connection.
@@ -44,7 +36,7 @@
- Although BLFS usually installs in /usr, when you later upgrade to a newer
version of rust the old libraries in /usr/lib/rustlib will remain, with various
@@ -53,7 +45,7 @@
class="directory">/opt directory. In particular, if you
have reason to rebuild with a modified configuration (e.g. using the
shipped LLVM after building with shared LLVM, perhaps to compile crates
- for architectures which the BLFS LLVM build does not support)
+ for architectures which the GLFS LLVM build does not support)
it is possible for the install to leave a broken
cargo program. In such a situation, either remove
the existing installation first, or use a different prefix such as
@@ -96,7 +88,7 @@
Rustc defaults to building for ALL supported architectures, using a
- shipped copy of LLVM. In BLFS the build is only for the X86
+ shipped copy of LLVM. In GLFS the build is only for the X86
architecture.
If you intend to develop rust crates, this build may not be good
enough for your purposes.
@@ -162,6 +154,9 @@
+
+
@@ -182,13 +177,13 @@
sed 's@pentium4@pentiumpro@' -i \
- compiler/rustc_target/src/spec/i686_unknown_linux_gnu.rs
+ compiler/rustc_target/src/spec/targets/i686_unknown_linux_gnu.rs
And copy the resulting
/opt/rustc-&rust-version;
to the system without SSE2 capability. But this change is still
- under upstream review and not tested by BLFS editors.
+ under upstream review and not tested by GLFS editors.
diff --git a/wine/deps/tc/gnat.xml b/wine/deps/tc/gnat.xml
index fe5990e29b..6ee79ac995 100644
--- a/wine/deps/tc/gnat.xml
+++ b/wine/deps/tc/gnat.xml
@@ -64,6 +64,9 @@
Valgrind (for tests)
+
+
diff --git a/wine/wine/wine.xml b/wine/wine/wine.xml
index 0bcde39522..3aa90cc9d3 100644
--- a/wine/wine/wine.xml
+++ b/wine/wine/wine.xml
@@ -47,6 +47,9 @@
+
+
diff --git a/xincludes/long-build-time.xml b/xincludes/long-build-time.xml
new file mode 100644
index 0000000000..7509f5f88c
--- /dev/null
+++ b/xincludes/long-build-time.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+ This may take a while to build. Feel free to do something else
+ while this is building.
+
+