summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-04-21 14:47:51 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-04-21 14:47:51 +0200
commit6f16591bb20957d25d4964724b064955bb7bdc0d (patch)
tree162e421894942787af106b953c706c12ad2a056e
parent6609881e81990046944c1f6becde9e0c10f90028 (diff)
downloadseabios-6f16591bb20957d25d4964724b064955bb7bdc0d.tar.gz
parallel builds
-rw-r--r--seabios.git.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/seabios.git.spec b/seabios.git.spec
index a9c840c..de79d2f 100644
--- a/seabios.git.spec
+++ b/seabios.git.spec
@@ -64,8 +64,8 @@ function do_build() {
rm -rf out
cp "$cfg" ".config"
yes "" | make oldconfig
- make EXTRAVERSION="$extra"
- make EXTRAVERSION="$extra" $target
+ make %{?_smp_mflags} EXTRAVERSION="$extra"
+ make %{?_smp_mflags} EXTRAVERSION="$extra" $target
}
echo "%{version}" > .version