[lfs] 03/04: Lz4: \ alignment; remove &&.

"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 c869e122a6a14f99cd75a5dd9c10aafb85682027
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 17:03:48 2025 -0600

    Lz4: \ alignment; remove &&.
---
 chapter08/lz4.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/chapter08/lz4.xml b/chapter08/lz4.xml
index 84adb0c74..0ffb1adfb 100644
--- a/chapter08/lz4.xml
+++ b/chapter08/lz4.xml
@@ -76,7 +76,10 @@
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make BUILD_STATIC=no PREFIX=/usr LIBDIR=/usr/lib32 DESTDIR=$(pwd)/m32 install &amp;&amp;
+<screen><userinput remap="install">make BUILD_STATIC=no   \
+     PREFIX=/usr       \
+     LIBDIR=/usr/lib32 \
+     DESTDIR=$(pwd)/m32 install
 cp -a m32/usr/lib32/* /usr/lib32/
 </userinput></screen>
 
@@ -98,7 +101,10 @@ cp -a m32/usr/lib32/* /usr/lib32/
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make BUILD_STATIC=no PREFIX=/usr LIBDIR=/usr/libx32 DESTDIR=$(pwd)/mx32 install &amp;&amp;
+<screen><userinput remap="install">make BUILD_STATIC=no    \
+     PREFIX=/usr        \
+     LIBDIR=/usr/libx32 \
+     DESTDIR=$(pwd)/mx32 install
 cp -a mx32/usr/libx32/* /usr/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.