Updating link to change in openSUSE:Factory/make revision 11.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=f8c7d7c800f0b4bde2674ee951e9760e
This commit is contained in:
OBS User buildservice-autocommit 2010-07-20 18:42:44 +00:00 committed by Git OBS Bridge
parent 5a399dd0c5
commit 4b93516cae
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 24 17:16:41 UTC 2010 - coolo@novell.com Mon May 24 17:16:41 UTC 2010 - coolo@novell.com

View File

@ -26,7 +26,7 @@ Provides: gmake
PreReq: %install_info_prereq PreReq: %install_info_prereq
AutoReqProv: on AutoReqProv: on
Version: 3.81 Version: 3.81
Release: 130 Release: 131
Summary: GNU make Summary: GNU make
Source: make-3.81.tar.bz2 Source: make-3.81.tar.bz2
Patch1: make-memory-hog-2.diff Patch1: make-memory-hog-2.diff
@ -50,7 +50,7 @@ fi
%build %build
CFLAGS=$RPM_OPT_FLAGS \ CFLAGS=$RPM_OPT_FLAGS \
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
make %{?jobs:-j%jobs} make %{?_smp_mflags}
make check make check
%install %install