mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Apply upstream patches to make
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d163adadb9
commit
dfdc93a055
@ -36,11 +36,20 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2012-08-26</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Apply upstream patches to make.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-08-24</para>
|
<para>2012-08-24</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[ken] - remove redundant sed from automake.</para>
|
<para>[ken] - Remove redundant sed from automake.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -239,6 +239,10 @@
|
|||||||
<para>&kbd-fixes-patch;</para>
|
<para>&kbd-fixes-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>&make-fixes-patch;</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>&perl-libc-patch;</para>
|
<para>&perl-libc-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -250,6 +254,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>&sed-testsuite-patch;</para>
|
<para>&sed-testsuite-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>tzdata &tzdata-version;</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<!-- Added and removed in this cycle
|
<!-- Added and removed in this cycle
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>popt&popt-version;</para>
|
<para>popt&popt-version;</para>
|
||||||
|
@ -40,6 +40,10 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Make</title>
|
<title>Installation of Make</title>
|
||||||
|
|
||||||
|
<para>First apply some upstream patches:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="configure">patch -Np1 -i ../&make-fixes-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,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20120824">
|
<!ENTITY version "SVN-20120826">
|
||||||
<!ENTITY releasedate "August 24, 2012">
|
<!ENTITY releasedate "August 26, 2012">
|
||||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.2">
|
<!ENTITY milestone "7.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
@ -59,6 +59,11 @@
|
|||||||
<!ENTITY kmod-testsuite-patch-size "2.2 KB">
|
<!ENTITY kmod-testsuite-patch-size "2.2 KB">
|
||||||
|
|
||||||
|
|
||||||
|
<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-2.patch">
|
||||||
|
<!ENTITY make-fixes-md5 "02c0f3989185a7345233872b1ae5f46d">
|
||||||
|
<!ENTITY make-fixes-patch-size "9.7 KB">
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
|
<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
|
||||||
<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
|
<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
|
||||||
<!ENTITY patch-test-patch-size "1 KB">
|
<!ENTITY patch-test-patch-size "1 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user