Mailinglist Archive: opensuse-commit (1097 mails)
| < Previous | Next > |
commit make for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 08 Jan 2010 17:33:28 +0100
- Message-id: <20100108163329.0F857202A6@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package make for openSUSE:Factory
checked in at Fri Jan 8 17:33:28 CET 2010.
--------
--- make/make.changes 2007-05-14 17:46:33.000000000 +0200
+++ /mounts/work_src_done/STABLE/make/make.changes 2010-01-08
17:33:13.010070000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 8 17:33:04 CET 2010 - ro@xxxxxxx
+
+- enable parallel build
+
+-------------------------------------------------------------------
@@ -184 +189 @@
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
@@ -190 +194,0 @@
--------------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ make.spec ++++++
--- /var/tmp/diff_new_pack.gTxco3/_old 2010-01-08 17:33:19.000000000 +0100
+++ /var/tmp/diff_new_pack.gTxco3/_new 2010-01-08 17:33:19.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package make (Version 3.81)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
Name: make
Url: http://www.gnu.org/software/make/make.html
-License: GPL v2 or later
+License: GPLv2+
Group: Development/Tools/Building
Provides: gmake
PreReq: %install_info_prereq
AutoReqProv: on
Version: 3.81
-Release: 128
+Release: 129
Summary: GNU make
Source: make-3.81.tar.bz2
Patch1: make-memory-hog-2.diff
@@ -56,7 +56,7 @@
%build
CFLAGS=$RPM_OPT_FLAGS \
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
-make
+make %{?jobs:-j%jobs}
make check
%install
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |