[lfs] branch multilib updated: Kmod: \ alignment; remove &&.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <175954695234.6778.18212088544502566927@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch multilib
in repository lfs.

The following commit(s) were added to refs/heads/multilib by this push:
     new db5c95af8 Kmod: \ alignment; remove &&.
db5c95af8 is described below

commit db5c95af8ebc5e76f9ce05d74dee78393c39f55e
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 20:14:43 2025 -0600

    Kmod: \ alignment; remove &&.
---
 chapter08/kmod.xml | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml
index 163c5b333..861086251 100644
--- a/chapter08/kmod.xml
+++ b/chapter08/kmod.xml
@@ -88,19 +88,17 @@ meson setup --prefix=/usr ..    \
 
     <para>Clean previous build:</para>
     
-<screen><userinput remap="pre">cd .. &amp;&amp;
-rm -rf build &amp;&amp;
-mkdir build &amp;&amp;
-cd build</userinput></screen>
+    <screen><userinput remap="pre">rm -rf *</userinput></screen>
 
     <para>Prepare Kmod for compilation:</para>
 
-<screen><userinput remap="configure">PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
+<screen><userinput remap="configure">
+PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
 CC="gcc -m32 -march=i686"              \
 CXX="g++ -m32 -march=i686"             \
-meson setup --prefix=/usr ..    \
-            --buildtype=release \
-            --libdir=/usr/lib32 \
+meson setup --prefix=/usr ..           \
+            --libdir=/usr/lib32        \
+            --buildtype=release        \
             -D manpages=false</userinput></screen>
 
     <para>Compile the package:</para>
@@ -124,19 +122,16 @@ rm -rf DESTDIR</userinput></screen>
 
     <para>Clean previous build:</para>
 
-<screen><userinput remap="pre">cd .. &amp;&amp;
-rm -rf build &amp;&amp;
-mkdir build &amp;&amp;
-cd build</userinput></screen>
+<screen><userinput remap="pre">rm -rf *</userinput></screen>
 
     <para>Prepare Kmod for compilation:</para>
 
 <screen><userinput remap="configure">PKG_CONFIG_PATH="/usr/libx32/pkgconfig" \
 CC="gcc -mx32"                          \
 CXX="g++ -mx32"                         \
-meson setup --prefix=/usr ..    \
-            --buildtype=release \
-            --libdir=/usr/libx32 \
+meson setup --prefix=/usr ..            \
+            --libdir=/usr/libx32        \
+            --buildtype=release         \
             -D manpages=false</userinput></screen>
 
     <para>Compile the package:</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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.