Changeset 9fee314a
- Timestamp:
- 04/12/2016 09:14:09 PM (7 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 7.10, 7.10-rc1, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- af29498
- Parents:
- 98bed7f
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r98bed7f r9fee314a 36 36 </listitem> 37 37 --> 38 <listitem> 39 <para>2016-04-12</para> 40 <itemizedlist> 41 <listitem> 42 <para>[bdubbs] - Update to util-linux-2.28. Fixes 43 <ulink url="&lfs-ticket-root;3906">#3906</ulink>.</para> 44 </listitem> 45 <listitem> 46 <para>[bdubbs] - Simlify gzip instructions. Fixes 47 <ulink url="&lfs-ticket-root;3914">#3914</ulink>.</para> 48 </listitem> 49 </itemizedlist> 50 </listitem> 51 38 52 <listitem> 39 53 <para>2016-04-07</para> -
chapter01/whatsnew.xml
r98bed7f r9fee314a 215 215 <para>Tzdata &tzdata-version;</para> 216 216 </listitem> 217 < !--<listitem>217 <listitem> 218 218 <para>Util-Linux &util-linux-version;</para> 219 </listitem> -->219 </listitem> 220 220 <!--<listitem> 221 221 <para>Vim &vim-version;</para> -
chapter06/gzip.xml
r98bed7f r9fee314a 44 44 <para>Prepare Gzip for compilation:</para> 45 45 46 <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>46 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> 47 47 48 48 <para>Compile the package:</para> … … 58 58 <screen><userinput remap="install">make install</userinput></screen> 59 59 60 <para>Move some programs that do not need to be on the root filesystem:</para> 61 62 <screen><userinput remap="install">mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin 63 mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen> 60 <para>Move a program that needs to be on the root filesystem:</para> 61 62 <screen><userinput remap="install">mv -v /usr/bin/gzip /bin</userinput></screen> 64 63 65 64 </sect2> -
general.ent
r98bed7f r9fee314a 1 <!ENTITY version "SVN-201604 07">1 <!ENTITY version "SVN-20160412"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release 3 3 but not -rc releases --> 4 <!ENTITY releasedate "April 7, 2016">4 <!ENTITY releasedate "April 12, 2016"> 5 5 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 6 6 <!ENTITY milestone "7.10"> -
packages.ent
r98bed7f r9fee314a 591 591 <!ENTITY udev-lfs-home " "> 592 592 593 <!ENTITY util-linux-version "2.2 7.1">594 <!ENTITY util-linux-size " 3,872KB">593 <!ENTITY util-linux-version "2.28"> 594 <!ENTITY util-linux-size "4,024 KB"> 595 595 <!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.27/util-linux-&util-linux-version;.tar.xz"> 596 <!ENTITY util-linux-md5 " 3cd2698d1363a2c64091c2dadc974647">596 <!ENTITY util-linux-md5 "e534e6ccc49107e5d31c329af798ef7d"> 597 597 <!ENTITY util-linux-home "http://freecode.com/projects/util-linux"> 598 598 <!ENTITY util-linux-ch5-du "118 MB">
Note:
See TracChangeset
for help on using the changeset viewer.