[Clfs-commits] commit: r3904 - in /trunk/BOOK: boot/common/util-linux-ng.xml boot/multilib/util-linux-ng.xml general.ent

svn at cross-lfs.org svn at cross-lfs.org
Wed Feb 13 15:15:06 PST 2008


Author: jciccone
Date: Wed Feb 13 23:15:06 2008
New Revision: 3904

Log:
remove the --prefix=/ (wrong anyway) from the boot util-linux-ng, let it install into the default prefix of /usr.

Modified:
    trunk/BOOK/boot/common/util-linux-ng.xml
    trunk/BOOK/boot/multilib/util-linux-ng.xml
    trunk/BOOK/general.ent

Modified: trunk/BOOK/boot/common/util-linux-ng.xml
==============================================================================
--- trunk/BOOK/boot/common/util-linux-ng.xml (original)
+++ trunk/BOOK/boot/common/util-linux-ng.xml Wed Feb 13 23:15:06 2008
@@ -26,9 +26,9 @@
     href="../../final-system/common/util-linux-ng.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>./configure --prefix=/ \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --enable-login-utils --disable-makeinstall-chown</userinput></screen>
+<screen os="b"><userinput>./configure --build=${CLFS_HOST} \
+    --host=${CLFS_TARGET} --enable-login-utils \
+    --disable-makeinstall-chown</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/util-linux-ng.xml"

Modified: trunk/BOOK/boot/multilib/util-linux-ng.xml
==============================================================================
--- trunk/BOOK/boot/multilib/util-linux-ng.xml (original)
+++ trunk/BOOK/boot/multilib/util-linux-ng.xml Wed Feb 13 23:15:06 2008
@@ -26,9 +26,9 @@
     href="../common/util-linux-ng.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --enable-login-utils --disable-makeinstall-chown</userinput></screen>
+<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \
+    --host=${CLFS_TARGET} --enable-login-utils \
+    --disable-makeinstall-chown</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/util-linux-ng.xml"

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Wed Feb 13 23:15:06 2008
@@ -2,7 +2,7 @@
 
 <!ENTITY month "02"> <!-- Use two digits -->
 <!ENTITY month_name "Feburary">
-<!ENTITY day "12"> <!-- Use two digits -->
+<!ENTITY day "13"> <!-- Use two digits -->
 <!ENTITY year "2008"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">




More information about the Clfs-commits mailing list