[lirc/f14/master: 1/2] disable parallel make for now, there's a race...

Jarod Wilson jwilson at fedoraproject.org
Wed Aug 18 19:33:02 UTC 2010


commit b2d8095dea68e88efafbc4b1f136bda3f28f0f79
Author: Jarod Wilson <jarod at redhat.com>
Date:   Wed Aug 18 15:32:12 2010 -0400

    disable parallel make for now, there's a race...
    
    Signed-off-by: Jarod Wilson <jarod at redhat.com>

 lirc.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/lirc.spec b/lirc.spec
index dc3c5bb..f4c4eb2 100644
--- a/lirc.spec
+++ b/lirc.spec
@@ -189,7 +189,9 @@ chmod +x daemons/input_map.sh
 %endif
   --with-syslog=LOG_DAEMON \
   --with-driver=userspace
-make %{?_smp_mflags}
+#make %{?_smp_mflags}
+# There's a parallel make race failure here somewhere that needs to be sorted.
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT __docs


More information about the scm-commits mailing list