[lfs] branch multilib updated: Util-Linux: \ alignment; remove usless option.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <175953084176.2387.4765470080388588791@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 2d060881d Util-Linux: \ alignment; remove usless option.
2d060881d is described below

commit 2d060881d5f6f99fdb22da38a7b4ac92111a209a
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 16:35:42 2025 -0600

    Util-Linux: \ alignment; remove usless option.
---
 chapter07/util-linux.xml |  50 ++++++++++----------
 chapter08/util-linux.xml | 119 +++++++++++++++++++++++------------------------
 2 files changed, 82 insertions(+), 87 deletions(-)

diff --git a/chapter07/util-linux.xml b/chapter07/util-linux.xml
index 6f77fce88..fb9c62fa3 100644
--- a/chapter07/util-linux.xml
+++ b/chapter07/util-linux.xml
@@ -140,21 +140,20 @@
 
     <para>Prepare Util-linux for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -m32" \
+<screen><userinput remap="configure">CC="gcc -m32"                        \
 ./configure --host=i686-pc-linux-gnu \
             --libdir=/usr/lib32      \
             --runstatedir=/run       \
-            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
-            --disable-chfn-chsh   \
-            --disable-login       \
-            --disable-nologin     \
-            --disable-su          \
-            --disable-setpriv     \
-            --disable-runuser     \
-            --disable-pylibmount  \
-            --disable-static      \
-            --disable-liblastlog2 \
-            --without-python      \
+            --disable-chfn-chsh      \
+            --disable-login          \
+            --disable-nologin        \
+            --disable-su             \
+            --disable-setpriv        \
+            --disable-runuser        \
+            --disable-pylibmount     \
+            --disable-static         \
+            --disable-liblastlog2    \
+            --without-python         \
             ADJTIME_PATH=/var/lib/hwclock/adjtime</userinput></screen>
 
     <para>Compile the package:</para>
@@ -182,21 +181,20 @@ rm -rf DESTDIR</userinput></screen>
 
     <para>Prepare Util-linux for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -mx32" \
+<screen><userinput remap="configure">CC="gcc -mx32"                            \
 ./configure --host=x86_64-pc-linux-gnux32 \
-            --libdir=/usr/libx32     \
-            --runstatedir=/run       \
-            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
-            --disable-chfn-chsh   \
-            --disable-login       \
-            --disable-nologin     \
-            --disable-su          \
-            --disable-setpriv     \
-            --disable-runuser     \
-            --disable-pylibmount  \
-            --disable-static      \
-            --disable-liblastlog2 \
-            --without-python      \
+            --libdir=/usr/libx32          \
+            --runstatedir=/run            \
+            --disable-chfn-chsh           \
+            --disable-login               \
+            --disable-nologin             \
+            --disable-su                  \
+            --disable-setpriv             \
+            --disable-runuser             \
+            --disable-pylibmount          \
+            --disable-static              \
+            --disable-liblastlog2         \
+            --without-python              \
             ADJTIME_PATH=/var/lib/hwclock/adjtime</userinput></screen>
 
     <para>Compile the package:</para>
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index 46e420557..57629f400 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -152,13 +152,30 @@ su tester -c "make -k check"</userinput></screen>
 
     <para>Prepare Util-linux for compilation:</para>
 
-<screen revision="sysv"><userinput remap="configure">CC="gcc -m32" \
-./configure ADJTIME_PATH=/var/lib/hwclock/adjtime   \
-            --host=i686-pc-linux-gnu \
+<screen revision="sysv"><userinput remap="configure">CC="gcc -m32"                              \
+./configure --host=i686-pc-linux-gnu       \
+            --libdir=/usr/lib32            \
+            --runstatedir=/run             \
+            --sbindir=/usr/sbin            \
+            --disable-chfn-chsh            \
+            --disable-login                \
+            --disable-nologin              \
+            --disable-su                   \
+            --disable-setpriv              \
+            --disable-runuser              \
+            --disable-pylibmount           \
+            --disable-liblastlog2          \
+            --disable-static               \
+            --without-python               \
+            --without-systemd              \
+            --without-systemdsystemunitdir \
+            ADJTIME_PATH=/var/lib/hwclock/adjtime</userinput></screen>
+
+<screen revision="systemd"><userinput remap="configure">CC="gcc -m32"                        \
+./configure --host=i686-pc-linux-gnu \
             --libdir=/usr/lib32      \
             --runstatedir=/run       \
             --sbindir=/usr/sbin      \
-            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
             --disable-chfn-chsh      \
             --disable-login          \
             --disable-nologin        \
@@ -169,26 +186,7 @@ su tester -c "make -k check"</userinput></screen>
             --disable-liblastlog2    \
             --disable-static         \
             --without-python         \
-            --without-systemd        \
-            --without-systemdsystemunitdir</userinput></screen>
-
-<screen revision="systemd"><userinput remap="configure">CC="gcc -m32" \
-./configure ADJTIME_PATH=/var/lib/hwclock/adjtime   \
-            --host=i686-pc-linux-gnu \
-            --libdir=/usr/lib32      \
-            --runstatedir=/run       \
-            --sbindir=/usr/sbin      \
-            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
-            --disable-chfn-chsh      \
-            --disable-login          \
-            --disable-nologin        \
-            --disable-su             \
-            --disable-setpriv        \
-            --disable-runuser        \
-            --disable-pylibmount     \
-            --disable-liblastlog2    \
-            --disable-static         \
-            --without-python</userinput></screen>
+            ADJTIME_PATH=/var/lib/hwclock/adjtime</userinput></screen>
 
     <para>Restore the tool previously moved away:</para>
 
@@ -224,43 +222,42 @@ rm -rf DESTDIR</userinput></screen>
 
     <para>Prepare Util-linux for compilation:</para>
 
-<screen revision="sysv"><userinput remap="configure">CC="gcc -mx32" \
-./configure ADJTIME_PATH=/var/lib/hwclock/adjtime   \
-            --host=x86_64-pc-linux-gnux32 \
-            --libdir=/usr/libx32  \
-            --runstatedir=/run    \
-            --sbindir=/usr/sbin   \
-            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
-            --disable-chfn-chsh   \
-            --disable-login       \
-            --disable-nologin     \
-            --disable-su          \
-            --disable-setpriv     \
-            --disable-runuser     \
-            --disable-pylibmount  \
-            --disable-liblastlog2 \
-            --disable-static      \
-            --without-python      \
-            --without-systemd     \
-            --without-systemdsystemunitdir</userinput></screen>
-
-<screen revision="systemd"><userinput remap="configure">CC="gcc -mx32" \
-./configure ADJTIME_PATH=/var/lib/hwclock/adjtime   \
-            --host=x86_64-pc-linux-gnux32 \
-            --libdir=/usr/libx32  \
-            --runstatedir=/run    \
-            --sbindir=/usr/sbin   \
-            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
-            --disable-chfn-chsh   \
-            --disable-login       \
-            --disable-nologin     \
-            --disable-su          \
-            --disable-setpriv     \
-            --disable-runuser     \
-            --disable-pylibmount  \
-            --disable-liblastlog2 \
-            --disable-static      \
-            --without-python</userinput></screen>
+<screen revision="sysv"><userinput remap="configure">CC="gcc -mx32"                             \
+./configure --host=x86_64-pc-linux-gnux32  \
+            --libdir=/usr/libx32           \
+            --runstatedir=/run             \
+            --sbindir=/usr/sbin            \
+            --disable-chfn-chsh            \
+            --disable-login                \
+            --disable-nologin              \
+            --disable-su                   \
+            --disable-setpriv              \
+            --disable-runuser              \
+            --disable-pylibmount           \
+            --disable-liblastlog2          \
+            --disable-static               \
+            --without-python               \
+            --without-systemd              \
+            --without-systemdsystemunitdir \
+            ADJTIME_PATH=/var/lib/hwclock/adjtime</userinput></screen>
+
+<screen revision="systemd"><userinput remap="configure">
+CC="gcc -mx32"                            \
+./configure --host=x86_64-pc-linux-gnux32 \
+            --libdir=/usr/libx32          \
+            --runstatedir=/run            \
+            --sbindir=/usr/sbin           \
+            --disable-chfn-chsh           \
+            --disable-login               \
+            --disable-nologin             \
+            --disable-su                  \
+            --disable-setpriv             \
+            --disable-runuser             \
+            --disable-pylibmount          \
+            --disable-liblastlog2         \
+            --disable-static              \
+            --without-python              \
+            ADJTIME_PATH=/var/lib/hwclock/adjtime</userinput></screen>
 
     <para>Restore the tool previously moved away:</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.