[c-graph/f18] Build is not parallel make safe.

pcpa pcpa at fedoraproject.org
Wed Jan 16 19:53:41 UTC 2013


commit 640f293cdb521fa6896c1cf9f9bedfa312d02f94
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Wed Jan 16 17:53:06 2013 -0200

    Build is not parallel make safe.

 c-graph.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/c-graph.spec b/c-graph.spec
index fcf905b..49799c0 100644
--- a/c-graph.spec
+++ b/c-graph.spec
@@ -48,7 +48,7 @@ of GNU C-Graph.
 sed -e 's|\r||' README > README.new
 touch -r README.new README
 mv README.new README
-make %{?_smp_mflags} FCFLAGS="$FFLAGS"
+make FCFLAGS="$FFLAGS"
 
 %install
 make install DESTDIR=%{buildroot}


More information about the scm-commits mailing list