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

git git at cross-lfs.org
Tue Sep 4 17:57:26 PDT 2012


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  a413a82f99ad88aa8779175800165c0e28396117 (commit)
      from  9a1543fc0a3309078dd3c7fce2c5f7fac6076306 (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 a413a82f99ad88aa8779175800165c0e28396117
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Sep 4 19:57:21 2012 -0500

    Update udev configure options to more final sane outcome.

diff --git a/BOOK/boot/64/udev.xml b/BOOK/boot/64/udev.xml
index ee899bf..25fb650 100644
--- a/BOOK/boot/64/udev.xml
+++ b/BOOK/boot/64/udev.xml
@@ -31,8 +31,8 @@
     KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod"  \  
     ./configure --prefix=/usr \  
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \  
-    --exec-prefix="" --with-rootprefix=$CLFS \
-    --sysconfdir=/etc --libexecdir=/lib \  
+    --with-rootprefix=$CLFS --bindir=/sbin \
+    --sysconfdir=/etc  \  
     --libdir=/usr/lib64 --disable-introspection \  
     --with-usb-ids-path=no --with-pci-ids-path=no \  
     --disable-gtk-doc-html --disable-gudev \  
diff --git a/BOOK/boot/common/udev.xml b/BOOK/boot/common/udev.xml
index c804612..415d6c9 100644
--- a/BOOK/boot/common/udev.xml
+++ b/BOOK/boot/common/udev.xml
@@ -31,9 +31,9 @@
         KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod" \
         ./configure --prefix=/usr \
         --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-        --exec-prefix="" --with-rootprefix=$CLFS \
+        --with-rootprefix=$CLFS --bindir=/sbin \
         --sysconfdir=/etc --libexecdir=/lib \
-        --libdir=/usr/lib --disable-introspection \
+        --disable-introspection \
         --with-usb-ids-path=no --with-pci-ids-path=no \
         --disable-gtk-doc-html --disable-gudev \
         --disable-keymap --disable-logging</userinput></screen>
diff --git a/BOOK/boot/multilib/udev.xml b/BOOK/boot/multilib/udev.xml
index 311be78..7884dca 100644
--- a/BOOK/boot/multilib/udev.xml
+++ b/BOOK/boot/multilib/udev.xml
@@ -31,7 +31,7 @@
         KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod"  \  
         ./configure --prefix=/usr \  
         --build=${CLFS_HOST} --host=${CLFS_TARGET} \  
-        --exec-prefix="" --with-rootprefix=$CLFS \
+        --with-rootprefix=$CLFS --bindir=/sbin \
         --sysconfdir=/etc --libexecdir=/lib \  
         --libdir=/usr/lib64 --disable-introspection \  
         --with-usb-ids-path=no --with-pci-ids-path=no \  
diff --git a/BOOK/final-system/common/udev.xml b/BOOK/final-system/common/udev.xml
index 15df183..920c197 100644
--- a/BOOK/final-system/common/udev.xml
+++ b/BOOK/final-system/common/udev.xml
@@ -28,8 +28,8 @@
     <para os="a">Prepare Udev for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr \
-  --exec-prefix="" --sysconfdir=/etc --with-rootprefix="" \
-  --libexecdir=/lib --libdir=/lib \
+  --sysconfdir=/etc --with-rootprefix="" \
+  --libexecdir=/lib --bindir=/sbin \
   --with-usb-ids-path=no --with-pci-ids-path=no \
   --enable-rule_generator --disable-introspection \
   --disable-keymap --disable-gudev</userinput></screen>
diff --git a/BOOK/final-system/multilib/udev-64bit.xml b/BOOK/final-system/multilib/udev-64bit.xml
index 306c16e..61e66d1 100644
--- a/BOOK/final-system/multilib/udev-64bit.xml
+++ b/BOOK/final-system/multilib/udev-64bit.xml
@@ -26,8 +26,8 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" \
-  ./configure --prefix=/usr --exec-prefix="" --sysconfdir=/etc \
-  --with-rootprefix="" --libexecdir=/lib64 --libdir=/lib64 \
+  ./configure --prefix=/usr --sysconfdir=/etc --with-rootprefix="" \
+  --libexecdir=/lib64 --libdir=/usr/lib64 --bindir=/sbin \
   --with-usb-ids-path=no --with-pci-ids-path=no \
   --enable-rule_generator --disable-introspection --disable-keymap \
   --disable-gudev --with-firmware-path=/lib/firmware</userinput></screen>
diff --git a/BOOK/final-system/multilib/udev-n32.xml b/BOOK/final-system/multilib/udev-n32.xml
index da7c9ab..3238d08 100644
--- a/BOOK/final-system/multilib/udev-n32.xml
+++ b/BOOK/final-system/multilib/udev-n32.xml
@@ -27,8 +27,8 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} CC="gcc ${BUILDN32}" \
-  ./configure --prefix=/usr --exec-prefix="" --sysconfdir=/etc \
-  --with-rootprefix="" --libexecdir=/lib32 --libdir=/lib32 \
+  ./configure --prefix=/usr --sysconfdir=/etc --with-rootprefix="" \
+  --libexecdir=/lib32 --libdir=/usr/lib32 --bindir=/sbin \
   --with-usb-ids-path=no --with-pci-ids-path=no \
   --enable-rule_generator --disable-introspection --disable-keymap \
   --disable-gudev --with-firmware-path=/lib/firmware</userinput></screen>
diff --git a/BOOK/final-system/multilib/udev.xml b/BOOK/final-system/multilib/udev.xml
index 0e202de..86b95f0 100644
--- a/BOOK/final-system/multilib/udev.xml
+++ b/BOOK/final-system/multilib/udev.xml
@@ -27,8 +27,8 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \
-  ./configure --prefix=/usr --exec-prefix="" --sysconfdir=/etc \
-  --with-rootprefix="" --libexecdir=/lib --libdir=/lib \
+  ./configure --prefix=/usr --sysconfdir=/etc --with-rootprefix="" \
+  --libexecdir=/lib --bindir=/sbin \
   --with-usb-ids-path=no --with-pci-ids-path=no \
   --enable-rule_generator --disable-introspection --disable-keymap \
   --disable-gudev</userinput></screen>
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index b4e5b55..4bf06c4 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -44,7 +44,10 @@
         <listitem>
           <para>[William Harrington] - Correct zlib 1.2.7 md5sum.</para>
         </listitem>
-     </itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Update Udev configure options in boot and final-system sections.</para>
+        </listitem>
+    </itemizedlist>
     </listitem>
 
    <listitem>

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

Summary of changes:
 BOOK/boot/64/udev.xml                     |    4 ++--
 BOOK/boot/common/udev.xml                 |    4 ++--
 BOOK/boot/multilib/udev.xml               |    2 +-
 BOOK/final-system/common/udev.xml         |    4 ++--
 BOOK/final-system/multilib/udev-64bit.xml |    4 ++--
 BOOK/final-system/multilib/udev-n32.xml   |    4 ++--
 BOOK/final-system/multilib/udev.xml       |    4 ++--
 BOOK/introduction/common/changelog.xml    |    5 ++++-
 8 files changed, 17 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list