aboutsummaryrefslogtreecommitdiffstats
path: root/git-core.spec.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-09-27 09:01:08 -0700
committerH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-09-27 09:01:08 -0700
commit8fc7ba85c9f6f3d599e9f81cf9fbd0d014b5dad4 (patch)
tree7b82f0e1a7a3956ebd5c038d41df056a95299e01 /git-core.spec.in
parent07cdbb35ccc5dc9d9a6ef34faa8998b8221d73ee (diff)
downloadgit-8fc7ba85c9f6f3d599e9f81cf9fbd0d014b5dad4.tar.gz
Parallelize the build
Diffstat (limited to 'git-core.spec.in')
-rw-r--r--git-core.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-core.spec.in b/git-core.spec.in
index 6af5103ee6..e8cc6afe53 100644
--- a/git-core.spec.in
+++ b/git-core.spec.in
@@ -23,12 +23,12 @@ elsewhere for tools for ordinary humans layered on top of this.
%setup -q
%build
-make COPTS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
+make %{_smp_mflags} COPTS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
prefix=%{_prefix} all %{!?_without_docs: doc}
%install
rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \
+make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \
prefix=%{_prefix} mandir=%{_mandir} \
install %{!?_without_docs: install-doc}
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
%{!?_without_docs: %{_mandir}/man7/*.7*}
%changelog
+* Tue Sep 27 2005 H. Peter Anvin <hpa@zytor.com>
+- parallelize build
+
* Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.99.6-1
- update to 0.99.6