SHA256
3
0
forked from pool/make

Accepting request 43452 from Base:System

Copy from Base:System/make based on submit request 43452 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=11
This commit is contained in:
OBS User autobuild 2010-07-20 18:42:44 +00:00 committed by Git OBS Bridge
commit fc7b768446
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

View File

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