- Timestamp:
- Jun 6, 2012, 8:09:35 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e636fa9
- Parents:
- 3e3e226
- git-author:
- Jonathan Norman <jon@…> (06/06/12 19:25:18)
- git-committer:
- Jonathan Norman <jon@…> (06/06/12 20:09:35)
- Location:
- BOOK
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/util-linux.xml
r3e3e226 rbf87a72 22 22 <sect2 role="installation"> 23 23 <title>Installation of Util-linux</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../chroot/common/util-linux.xml" 27 xpointer="xpointer(//*[@os='f1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../chroot/common/util-linux.xml" 31 xpointer="xpointer(//*[@os='f2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 30 38 ./configure --prefix=/tools --exec-prefix=/tools \ 31 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --enable-login-utils --disable-makeinstall-chown</userinput></screen> 40 --enable-login-utils --disable-makeinstall-chown \ 41 --config-cache</userinput></screen> 33 42 34 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/common/util-linux.xml
r3e3e226 rbf87a72 22 22 <sect2 role="installation"> 23 23 <title>Installation of Util-linux</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../chroot/common/util-linux.xml" 27 xpointer="xpointer(//*[@os='f1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../chroot/common/util-linux.xml" 31 xpointer="xpointer(//*[@os='f2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 30 38 ./configure --prefix=/tools --exec-prefix=/tools \ 31 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --enable-login-utils --disable-makeinstall-chown</userinput></screen> 40 --enable-login-utils --disable-makeinstall-chown\ 41 --config-cache</userinput></screen> 33 42 34 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/util-linux.xml
r3e3e226 rbf87a72 22 22 <sect2 role="installation"> 23 23 <title>Installation of Util-linux</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../chroot/common/util-linux.xml" 27 xpointer="xpointer(//*[@os='f1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../chroot/common/util-linux.xml" 31 xpointer="xpointer(//*[@os='f2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 32 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 41 --libdir=/tools/lib64 --enable-login-utils \ 34 --disable-makeinstall-chown </userinput></screen>42 --disable-makeinstall-chown --config-cache</userinput></screen> 35 43 36 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc64/util-linux-32.xml
r3e3e226 rbf87a72 22 22 <sect2 role="installation"> 23 23 <title>Installation of Util-linux 32 bit</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../chroot/common/util-linux.xml" 27 xpointer="xpointer(//*[@os='f1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../chroot/common/util-linux.xml" 31 xpointer="xpointer(//*[@os='f2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 32 40 --build=${CLFS_HOST} --host=${CLFS_TARGET32} \ 33 41 --enable-login-utils --without-ncurses \ 34 --disable-makeinstall-chown </userinput></screen>42 --disable-makeinstall-chown --config-cache</userinput></screen> 35 43 36 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/chroot/common/util-linux.xml
r3e3e226 rbf87a72 23 23 <title>Installation of Util-linux</title> 24 24 25 <para os="f1">Util-linux cannot test for scanf type modifiers when cross compiling 26 and stops. We can issue the following to instruct it to use the one 27 we've compiled.</para> 28 29 <screen os="f2"><userinput>echo "scanf_cv_type_modifier=as" > config.cache</userinput></screen> 30 25 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 32 href="../../final-system/common/util-linux.xml" … … 29 35 <screen os="b"><userinput>./configure --prefix=/tools \ 30 36 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown </userinput></screen>37 --disable-makeinstall-chown --config-cache</userinput></screen> 32 38 33 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/chroot/multilib/util-linux.xml
r3e3e226 rbf87a72 22 22 <sect2 role="installation"> 23 23 <title>Installation of Util-linux</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/util-linux.xml" 27 xpointer="xpointer(//*[@os='f1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/util-linux.xml" 31 xpointer="xpointer(//*[@os='f2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 29 37 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown </userinput></screen>39 --disable-makeinstall-chown --config-cache</userinput></screen> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
r3e3e226 rbf87a72 38 38 39 39 <listitem> 40 <para>6 June 2012</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jonathan] - Updated Util-linux from 2.20 to 2.20.1.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>4 June 2012</para> 41 50 <itemizedlist> -
BOOK/packages.ent
r3e3e226 rbf87a72 442 442 443 443 <!ENTITY util-linux-major-version "2.20"> 444 <!ENTITY util-linux-version "&util-linux-major-version; ">445 <!ENTITY util-linux-size "4, 397KB">444 <!ENTITY util-linux-version "&util-linux-major-version;.1"> 445 <!ENTITY util-linux-size "4,508 KB"> 446 446 <!ENTITY util-linux-url "&kernel;/linux/utils/util-linux/v&util-linux-major-version;/util-linux-&util-linux-version;.tar.bz2"> 447 <!ENTITY util-linux-md5 " 4dcacdbdafa116635e52b977d9d0e879">447 <!ENTITY util-linux-md5 "079b37517fd4e002a2e6e992e8b4e361"> 448 448 <!ENTITY util-linux-blkid-id "1.1.0"> 449 449 <!ENTITY util-linux-uuid-id "1.3.0">
Note:
See TracChangeset
for help on using the changeset viewer.