projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674fd62
)
build-pspp: Do parallel build.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 11 Jan 2013 16:50:14 +0000
(08:50 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 11 Jan 2013 16:50:14 +0000
(08:50 -0800)
build-pspp
patch
|
blob
|
history
diff --git
a/build-pspp
b/build-pspp
index 6c1a30dc9bc422a61ac5e77e4bd9f0765dab8b11..811a39f33defc373e8b70d96176e6f9306dded0e 100755
(executable)
--- 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");