Accepting request 40597 from Base:System
Copy from Base:System/make based on submit request 40597 from user coolo OBS-URL: https://build.opensuse.org/request/show/40597 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=8
This commit is contained in:
parent
3b141088d0
commit
bf28d156c4
13
make-fix-testcase.patch
Normal file
13
make-fix-testcase.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: make-3.81/tests/scripts/features/recursion
|
||||
===================================================================
|
||||
--- make-3.81.orig/tests/scripts/features/recursion 2005-02-10 01:10:58.000000000 +0100
|
||||
+++ make-3.81/tests/scripts/features/recursion 2010-05-24 19:08:50.647462945 +0200
|
||||
@@ -16,7 +16,7 @@ last:
|
||||
@echo MAKELEVEL = $(MAKELEVEL)
|
||||
@echo THE END
|
||||
',
|
||||
- ('CFLAGS=-O -w' . ($parallel_jobs ? '-j 2' : '')),
|
||||
+ ('CFLAGS=-O -w' . ($parallel_jobs ? ' -j 2' : '')),
|
||||
($vos
|
||||
? "#MAKE#: Entering directory `#PWD#'
|
||||
make 'CFLAGS=-O' -f #MAKEFILE# foo
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 24 17:16:41 UTC 2010 - coolo@novell.com
|
||||
|
||||
- fix test case
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:33:04 CET 2010 - ro@suse.de
|
||||
|
||||
|
12
make.spec
12
make.spec
@ -26,29 +26,23 @@ Provides: gmake
|
||||
PreReq: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 3.81
|
||||
Release: 129
|
||||
Release: 130
|
||||
Summary: GNU make
|
||||
Source: make-3.81.tar.bz2
|
||||
Patch1: make-memory-hog-2.diff
|
||||
Patch2: make-slowdown-parallelism.diff
|
||||
Patch3: make-fix-testcase.patch
|
||||
Patch64: make-library-search-path.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
The GNU make command with extensive documentation.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Richard Stallman
|
||||
Roland McGrath
|
||||
Paul Smith
|
||||
|
||||
%prep
|
||||
%setup
|
||||
#%patch1 -p1
|
||||
%patch2
|
||||
%patch3 -p1
|
||||
if [ %_lib == lib64 ]; then
|
||||
%patch64
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user