[lfs] 01/02: creatingminlayout: Don't make separate screens.

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

git pushed a commit to branch multilib
in repository lfs.

commit 5f7c6ac6e05e82fb788dff540527fe5f4007e3fd
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 14:50:12 2025 -0600

    creatingminlayout: Don't make separate screens.
---
 Makefile                        |  2 +-
 chapter04/creatingminlayout.xml | 13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 2b418c7e8..00b3f6335 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ ifneq ($(ARCH), default)
   ifneq ($(ARCH), ml_32)
     ifneq ($(ARCH), ml_x32)
       ifneq ($(ARCH), ml_all)
-        $(error ARCH must be either 'default' (default if unset), 'ml_32', 'ml_x32' or 'ml_all'.)
+        $(error ARCH must be either 'default' (default if unset), 'ml_32', 'ml_x32', or 'ml_all')
       endif
     endif
   endif
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml
index 74b78204c..28c652d70 100644
--- a/chapter04/creatingminlayout.xml
+++ b/chapter04/creatingminlayout.xml
@@ -29,12 +29,13 @@ done
 
 case $(uname -m) in
   x86_64) mkdir -pv $LFS/lib64 ;;
-esac</userinput></screen>
-<screen arch="ml_32"><userinput>mkdir -pv $LFS/usr/lib32
-ln -sv usr/lib32 $LFS/lib32</userinput></screen>
-<screen arch="ml_x32"><userinput>mkdir -pv $LFS/usr/libx32
-ln -sv usr/libx32 $LFS/libx32</userinput></screen>
-<screen arch="ml_all"><userinput>mkdir -pv $LFS/usr/lib{,x}32
+esac</userinput>
+<userinput arch="ml_32">
+mkdir -pv $LFS/usr/lib32
+ln -sv usr/lib32 $LFS/lib32</userinput><userinput arch="ml_x32">
+mkdir -pv $LFS/usr/libx32
+ln -sv usr/libx32 $LFS/libx32</userinput><userinput arch="ml_all">
+mkdir -pv $LFS/usr/lib{,x}32
 ln -sv usr/lib32 $LFS/lib32
 ln -sv usr/libx32 $LFS/libx32</userinput></screen>
 

-- 
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.