mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Update to make-4.2.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11090 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
eece29dda4
commit
8933f763cf
@ -42,6 +42,16 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2016-06-11</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to make-4.2.1. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;3944">#3944</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2016-06-10</para>
|
<para>2016-06-10</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -259,10 +259,6 @@
|
|||||||
<para>&glibc-upstream-patch;</para>
|
<para>&glibc-upstream-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>&make-upstream-patch;</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -82,14 +82,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>Make Upstream Patch - <token>&make-upstream-patch-size;</token>:</term>
|
|
||||||
<listitem>
|
|
||||||
<para>Download: <ulink url="&patches-root;&make-upstream-patch;"/></para>
|
|
||||||
<para>MD5 sum: <literal>&make-upstream-patch-md5;</literal></para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
|
<term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -42,9 +42,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Make</title>
|
<title>Installation of Make</title>
|
||||||
|
|
||||||
<para>Fix some problems identified upstream:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&make-upstream-patch;</userinput></screen>
|
|
||||||
<para>Prepare Make for compilation:</para>
|
<para>Prepare Make for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/tools --without-guile</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/tools --without-guile</userinput></screen>
|
||||||
|
@ -40,9 +40,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Make</title>
|
<title>Installation of Make</title>
|
||||||
|
|
||||||
<para>Fix some problems identified upstream:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&make-upstream-patch;</userinput></screen>
|
|
||||||
<para>Prepare Make for compilation:</para>
|
<para>Prepare Make for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20160527">
|
<!ENTITY version "SVN-20160611">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20160527-systemd">
|
<!ENTITY versiond "20160611-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "May 16, 2016">
|
<!ENTITY releasedate "June 11, 2016">
|
||||||
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.10">
|
<!ENTITY milestone "7.10">
|
||||||
|
|
||||||
|
@ -419,10 +419,10 @@
|
|||||||
<!ENTITY m4-ch6-du "30 MB">
|
<!ENTITY m4-ch6-du "30 MB">
|
||||||
<!ENTITY m4-ch6-sbu "0.4 SBU">
|
<!ENTITY m4-ch6-sbu "0.4 SBU">
|
||||||
|
|
||||||
<!ENTITY make-version "4.2">
|
<!ENTITY make-version "4.2.1">
|
||||||
<!ENTITY make-size "1,368 KB">
|
<!ENTITY make-size "1,375 KB">
|
||||||
<!ENTITY make-url "&gnu;make/make-&make-version;.tar.bz2">
|
<!ENTITY make-url "&gnu;make/make-&make-version;.tar.bz2">
|
||||||
<!ENTITY make-md5 "85ad14d08766201ffe71efa866f4fb91">
|
<!ENTITY make-md5 "15b012617e7c44c0ed482721629577ac">
|
||||||
<!ENTITY make-home "&gnu-software;make/">
|
<!ENTITY make-home "&gnu-software;make/">
|
||||||
<!ENTITY make-ch5-du "12.1 MB">
|
<!ENTITY make-ch5-du "12.1 MB">
|
||||||
<!ENTITY make-ch5-sbu "0.1 SBU">
|
<!ENTITY make-ch5-sbu "0.1 SBU">
|
||||||
|
@ -34,10 +34,6 @@
|
|||||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||||
<!ENTITY kbd-backspace-patch-size "12 KB">
|
<!ENTITY kbd-backspace-patch-size "12 KB">
|
||||||
|
|
||||||
<!ENTITY make-upstream-patch "make-&make-version;-upstream_fixes-1.patch">
|
|
||||||
<!ENTITY make-upstream-patch-md5 "992c1719864ec6d75f14de07844c82ec">
|
|
||||||
<!ENTITY make-upstream-patch-size "6.9 KB">
|
|
||||||
|
|
||||||
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
|
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
|
||||||
<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
|
<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
|
||||||
<!ENTITY readline-fixes-patch-size "8 KB">
|
<!ENTITY readline-fixes-patch-size "8 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user