From 81e121454e561aa0d7ad074242ba00cff45e76a0 Mon Sep 17 00:00:00 2001 From: Kacper Kornet Date: Mon, 4 Nov 2013 20:13:09 +0000 Subject: [PATCH] - switch on parallel building --- gdb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index 2acc989..5dbb0b0 100644 --- a/gdb.spec +++ b/gdb.spec @@ -235,11 +235,11 @@ cp -f /usr/share/automake/config.* . --without-included-regex \ --without-x -%{__make} -j1 +%{__make} %{__make} -j1 info # gdb/ChangeLog: Build gdb directly from *.o files not using libgdb.a. -%{__make} -j1 -C gdb libgdb.a +%{__make} -C gdb libgdb.a %install rm -rf $RPM_BUILD_ROOT -- 2.44.0