Applied hongjiu.lu@intel.com's patch. Somehow reduces make's enormous
memory consumption. (#175376)
This commit is contained in:
parent
31817bda26
commit
8f54b1da71
@ -2,7 +2,7 @@ Summary: A GNU tool which simplifies the build process for users.
|
|||||||
Name: make
|
Name: make
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.80
|
Version: 3.80
|
||||||
Release: 8.1
|
Release: 9
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.gnu.org/software/make/
|
URL: http://www.gnu.org/software/make/
|
||||||
@ -13,6 +13,7 @@ Patch3: make-3.80-cvs.patch
|
|||||||
Patch4: make-3.80-j8k.patch
|
Patch4: make-3.80-j8k.patch
|
||||||
Patch5: make-3.80-getcwd.patch
|
Patch5: make-3.80-getcwd.patch
|
||||||
Patch6: make-3.80-err-reporting.patch
|
Patch6: make-3.80-err-reporting.patch
|
||||||
|
Patch7: make-3.80-memory-1.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -36,6 +37,7 @@ commonly used to simplify the process of installing programs.
|
|||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
%patch7 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf -f --install
|
#autoreconf -f --install
|
||||||
@ -77,6 +79,10 @@ fi
|
|||||||
%{_infodir}/*.info*
|
%{_infodir}/*.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 09 2006 Petr Machata <pmachata@redhat.com> 3.80-9
|
||||||
|
- Applied patch from hongjiu.lu@intel.com. Somehow reduces make's
|
||||||
|
enormous memory consumption. (#175376)
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user