summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 07cdbb3)
raw | patch | inline | side by side (parent: 07cdbb3)
author | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | |
Tue, 27 Sep 2005 16:01:08 +0000 (09:01 -0700) | ||
committer | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | |
Tue, 27 Sep 2005 16:01:08 +0000 (09:01 -0700) |
git-core.spec.in | patch | blob | history |
diff --git a/git-core.spec.in b/git-core.spec.in
index 6af5103ee6cd275305e63837af4eef0c974375a2..e8cc6afe5342d2a24c3767fc243865abbb22bc8a 100644 (file)
--- a/git-core.spec.in
+++ b/git-core.spec.in
%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}
%{!?_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