[gnome-commander/f13/master] Fix parallel make issue

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Sep 10 14:17:03 UTC 2010


commit 1bf5d630ca289cbb4e3d1b0561e10c3b746e2135
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Sep 10 23:17:08 2010 +0900

    Fix parallel make issue

 gnome-commander.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gnome-commander.spec b/gnome-commander.spec
index dc8832b..f26f3c7 100644
--- a/gnome-commander.spec
+++ b/gnome-commander.spec
@@ -169,7 +169,9 @@ ln -sf ../configure
 
 # First make po without _smp_mflags, so that messages
 # won't be mixed up
+# Second doc/, parallel make seems to fail
 %{__make} -C po GMSGFMT="msgfmt --statistics"
+%{__make} -C doc
 %{__make} %{?_smp_mflags} -k
 
 popd # from _builddir
@@ -234,8 +236,9 @@ desktop-file-install \
 %{_datadir}/pixmaps/%{name}/
 
 %changelog
-* Fri Sep 10 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2:1.2.8.8-1
+* Fri Sep 10 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2:1.2.8.8-2
 - Update to 1.2.8.8
+- Fix parallel make issue
 
 * Fri Jul 27 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2:1.2.8.7-1
 - Update to 1.2.8.7


More information about the scm-commits mailing list