[lfs] branch openrc updated: OpenRC: Better appeal to LFS build standards.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <176526251740.17530.17220897518027401668@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch openrc
in repository lfs.
The following commit(s) were added to refs/heads/openrc by this push:
new 798917e2a OpenRC: Better appeal to LFS build standards.
798917e2a is described below
commit 798917e2afdc3c8361312d8c108a83373878608b
Author: Zeckmathederg <[email protected]>
AuthorDate: Mon Dec 8 23:43:28 2025 -0700
OpenRC: Better appeal to LFS build standards.
---
chapter08/openrc.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/chapter08/openrc.xml b/chapter08/openrc.xml
index f6fc3b915..54f87dc49 100644
--- a/chapter08/openrc.xml
+++ b/chapter08/openrc.xml
@@ -41,13 +41,16 @@
<sect2 role="installation">
<title>Installation of OpenRC</title>
- <para>Compile the package:</para>
+ <para>Prepare OpenRC for compilation:</para>
-<screen><userinput remap="make">mkdir build
+<screen><userinput remap="configure">mkdir build
cd build
-meson setup --prefix=/usr --buildtype=release ..
-ninja</userinput></screen>
+meson setup --prefix=/usr --buildtype=release ..</userinput></screen>
+
+ <para>Compile the package:</para>
+
+<screen><userinput remap="make">ninja</userinput></screen>
<para>To run the tests, issue:</para>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page