From c5a2ccec277a0a538f2def943c71a9f7e2dbebd1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 11 Jan 2013 08:50:14 -0800 Subject: [PATCH] build-pspp: Do parallel build. --- build-pspp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-pspp b/build-pspp index 6c1a30dc9b..811a39f33d 100755 --- a/build-pspp +++ b/build-pspp @@ -313,7 +313,7 @@ if ($build_binary) { fail () if !$ok; start_step ("Build"); - run ("cd $builddir/$tarball_dir/_build && make", "build"); + run ("cd $builddir/$tarball_dir/_build && make -j2", "build"); start_step ("Install"); run ("cd $builddir/$tarball_dir/_build && make install DESTDIR=\$PWD/pspp-$binary_version", "install"); -- 2.30.2