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

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Sep 10 14:16:54 UTC 2010


commit cde0d6b1c0775e806c6456882ad1f2a7a94cf542
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Sep 10 23:17:00 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 cd790b2..795c3b3 100644
--- a/gnome-commander.spec
+++ b/gnome-commander.spec
@@ -26,7 +26,7 @@
 %global        use_autotool          0
 %global        update_po             0
 %global        if_pre                0
-%global        main_release          1 
+%global        main_release          2
 %global        extratag              git_%{git_pull_JST}
 %undefine      extratag
 %global        mimeedit_rev          1958
@@ -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
@@ -236,6 +238,7 @@ desktop-file-install \
 %changelog
 * Fri Sep 10 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 3:1.2.8.8-1
 - Update to 1.2.8.8
+- Fix parallel make issue
 
 * Thu Aug 19 2010 Rex Dieter <rdieter at fedoraproject.org> - 3:1.2.8.7-1.1
 - rebuild (poppler)


More information about the scm-commits mailing list