[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. ff1fa8f0f1e834638771ea1dee566516ce2d9359

git git at cross-lfs.org
Sat Feb 2 10:08:16 PST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  ff1fa8f0f1e834638771ea1dee566516ce2d9359 (commit)
      from  218c45a47d182c5e419ef193a6dc6683c736bcd4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ff1fa8f0f1e834638771ea1dee566516ce2d9359
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Feb 2 12:08:12 2013 -0600

    Remove --disable-wall from multilib util-linux final system configure command.

diff --git a/BOOK/final-system/multilib/util-linux-64bit.xml b/BOOK/final-system/multilib/util-linux-64bit.xml
index 84579a5..45e2a40 100644
--- a/BOOK/final-system/multilib/util-linux-64bit.xml
+++ b/BOOK/final-system/multilib/util-linux-64bit.xml
@@ -30,8 +30,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --libdir=/lib64 \
-    --disable-wall --enable-write --disable-login \
-    --disable-su</userinput></screen>
+    --enable-write --disable-login --disable-su</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/final-system/multilib/util-linux-n32.xml b/BOOK/final-system/multilib/util-linux-n32.xml
index de847ce..f6c6a4d 100644
--- a/BOOK/final-system/multilib/util-linux-n32.xml
+++ b/BOOK/final-system/multilib/util-linux-n32.xml
@@ -27,8 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --libdir=/lib32 \
-    --disable-wall --enable-write --disable-login \
-    --disable-su</userinput></screen>
+    --enable-write --disable-login --disable-su</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/final-system/multilib/util-linux.xml b/BOOK/final-system/multilib/util-linux.xml
index c68f969..777893c 100644
--- a/BOOK/final-system/multilib/util-linux.xml
+++ b/BOOK/final-system/multilib/util-linux.xml
@@ -27,8 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --libdir=/lib \
-    --disable-wall --enable-write --disable-login \
-    --disable-su</userinput></screen>
+    --enable-write --disable-login --disable-su</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/multilib/util-linux-64bit.xml |    3 +--
 BOOK/final-system/multilib/util-linux-n32.xml   |    3 +--
 BOOK/final-system/multilib/util-linux.xml       |    3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list