mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Tweaks to bash docs installation, readline docs installation,
linux-headers, and findutils. Update to linux-3.13.6. Update to man-pages-3.62. Update to txdata-2014a. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
15458da856
commit
a57d556dd7
@ -35,6 +35,31 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2014-03-12</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Tweaked bash docs installation. Fixes
|
||||
<ulink url="&lfs-ticket-root;3519">#3519</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Tweaked readline docs installation. Fixes
|
||||
<ulink url="&lfs-ticket-root;3518">#3518</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to linux-3.13.6. Fixes
|
||||
<ulink url="&lfs-ticket-root;3512">#3512</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to man-pages-3.62. Fixes
|
||||
<ulink url="&lfs-ticket-root;3517">#3517</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to txdata-2014a. Fixes
|
||||
<ulink url="&lfs-ticket-root;3517">#3517</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2014-03-07</para>
|
||||
|
@ -193,9 +193,9 @@
|
||||
<!--<listitem>
|
||||
<para>Texinfo &texinfo-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Tzdata &tzdata-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Udev &systemd-version; (extracted from systemd-&systemd-version;)</para>
|
||||
</listitem>-->
|
||||
|
@ -47,10 +47,10 @@
|
||||
-->
|
||||
<para>Prepare Bash for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--bindir=/bin \
|
||||
--htmldir=/usr/share/doc/bash-&bash-version; \
|
||||
--without-bash-malloc \
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--bindir=/bin \
|
||||
--docdir=/usr/share/doc/bash-&bash-version; \
|
||||
--without-bash-malloc \
|
||||
--with-installed-readline</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
|
@ -80,7 +80,7 @@
|
||||
script also needs to be modified to correct an explicit path:</para>
|
||||
|
||||
<screen><userinput remap="install">mv -v /usr/bin/find /bin
|
||||
sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen>
|
||||
sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -59,8 +59,7 @@
|
||||
the kernel developers and not needed by LFS that are removed from
|
||||
the intermediate directory.</para>
|
||||
|
||||
<screen><userinput remap="make">make headers_check
|
||||
make INSTALL_HDR_PATH=dest headers_install
|
||||
<screen><userinput remap="make">make INSTALL_HDR_PATH=dest headers_install
|
||||
find dest/include \( -name .install -o -name ..install.cmd \) -delete
|
||||
</userinput><userinput remap="install">cp -rv dest/include/* /usr/include</userinput></screen>
|
||||
|
||||
|
@ -51,7 +51,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
|
||||
|
||||
<para>Prepare Readline for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/readline-&readline-version; </userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
@ -86,8 +86,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) /usr/lib/libhistory.so</us
|
||||
|
||||
<para>If desired, install the documentation:</para>
|
||||
|
||||
<screen><userinput remap="install">mkdir -v /usr/share/doc/readline-&readline-version;
|
||||
install -v -m644 doc/*.{ps,pdf,html,dvi} /usr/share/doc/readline-&readline-version;</userinput></screen>
|
||||
<screen><userinput remap="install">install -v -m644 doc/*.{ps,pdf,html,dvi} /usr/share/doc/readline-&readline-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20140307">
|
||||
<!ENTITY releasedate "March 7, 2014">
|
||||
<!ENTITY version "SVN-20140312">
|
||||
<!ENTITY releasedate "March 12, 2014">
|
||||
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.6">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
@ -32,7 +32,7 @@
|
||||
<!ENTITY gnu "http://ftp.gnu.org/gnu/">
|
||||
<!ENTITY gnu-software "http://www.gnu.org/software/">
|
||||
<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/">
|
||||
<!ENTITY kernel "http://www.kernel.org/pub/">
|
||||
<!ENTITY kernel "https://www.kernel.org/pub/">
|
||||
<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
|
||||
|
||||
<!ENTITY % packages-entities SYSTEM "packages.ent">
|
||||
|
18
packages.ent
18
packages.ent
@ -351,12 +351,12 @@
|
||||
|
||||
<!ENTITY linux-major-version "3">
|
||||
<!ENTITY linux-minor-version "13">
|
||||
<!ENTITY linux-patch-version "5">
|
||||
<!ENTITY linux-patch-version "6">
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
|
||||
<!ENTITY linux-size "75,396 KB">
|
||||
<!ENTITY linux-size "75,386 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||
<!ENTITY linux-md5 "b9fa20262a7ecbbc3277aa2ee10412da">
|
||||
<!ENTITY linux-md5 "445aa27da818617409982f42902a6e41">
|
||||
<!ENTITY linux-home "http://www.kernel.org/">
|
||||
<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
|
||||
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
||||
@ -397,10 +397,10 @@
|
||||
<!ENTITY man-db-ch6-du "27 MB">
|
||||
<!ENTITY man-db-ch6-sbu "0.5 SBU">
|
||||
|
||||
<!ENTITY man-pages-version "3.61">
|
||||
<!ENTITY man-pages-size "1,175 KB">
|
||||
<!ENTITY man-pages-version "3.62">
|
||||
<!ENTITY man-pages-size "1,179 KB">
|
||||
<!ENTITY man-pages-url "http://www.kernel.org/pub/linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz">
|
||||
<!ENTITY man-pages-md5 "5dc4e4911ea90a9bdbb6d7f8c238be85">
|
||||
<!ENTITY man-pages-md5 "3877e1539dcb46bd23605b4d9d73c57d">
|
||||
<!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/">
|
||||
<!ENTITY man-pages-ch6-du "23 MB">
|
||||
<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
|
||||
@ -558,10 +558,10 @@
|
||||
<!ENTITY systemd-ch6-du "29 MB">
|
||||
<!ENTITY systemd-ch6-sbu "0.1 SBU">
|
||||
|
||||
<!ENTITY tzdata-version "2013i">
|
||||
<!ENTITY tzdata-size "214 KB">
|
||||
<!ENTITY tzdata-version "2014a">
|
||||
<!ENTITY tzdata-size "215 KB">
|
||||
<!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
|
||||
<!ENTITY tzdata-md5 "8bc69eb75bea496ebe1d5a9ab576702d">
|
||||
<!ENTITY tzdata-md5 "423a11bcffc10dda578058cf1587d048">
|
||||
<!ENTITY tzdata-home "http://www.iana.org/time-zones">
|
||||
<!ENTITY tzdata-ch6-du "6.4 MB">
|
||||
<!ENTITY tzdata-ch6-sbu "less than 0.1 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user