summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-15 09:45:22 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-15 09:45:22 +0000
commit8516469fd849b4bb15b972f9b6d99e784dce95a6 (patch)
treef8f2e4961974ae2c80fdff25c265fcd9db98e48c
parentc4f1d7ccea49f8048d66dc1aca5ce198eb7268a4 (diff)
downloadlibtool-baserock/bootstrap.tar.gz
libtool.morph: use max-jobs instead of make -jbaserock/bootstrap
-rw-r--r--libtool.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtool.morph b/libtool.morph
index f315969b..0fe3c150 100644
--- a/libtool.morph
+++ b/libtool.morph
@@ -1,11 +1,12 @@
{
"name": "libtool",
"kind": "chunk",
+ "max-jobs": 1,
"configure-commands": [
"./configure --prefix=/usr"
],
"build-commands": [
- "make -j1"
+ "make"
],
"install-commands": [
"make DESTDIR=\"$DESTDIR\" install"