From adb038878547b05094e1d3d124fb543cf67cb076 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Tue, 23 Jun 2009 21:45:14 +0000 Subject: [PATCH] - make -j1 Changed files: acpica.spec -> 1.8 --- acpica.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acpica.spec b/acpica.spec index d5c7b08..839b417 100644 --- a/acpica.spec +++ b/acpica.spec @@ -30,7 +30,7 @@ find . -name Makefile |xargs perl -pi -e "s,-O2,%{rpmcflags},g" %build %{__make} -C tools/acpisrc \ CC="%{__cc}" -%{__make} -C compiler \ +%{__make} -j1 -C compiler \ CC="%{__cc}" %install -- 2.44.0