summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-21 09:39:23 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-21 09:39:23 +0000
commitdc1334d18e967e96cb32686d315ed9a9f49b2ea6 (patch)
tree85b1198e9ffb1e1dbbb059857adfaa75550b90e7
parent729d36019134fb6dc034b5e5b01b390c11afbd63 (diff)
downloadgettext-dc1334d18e967e96cb32686d315ed9a9f49b2ea6.tar.gz
gettext.morph: disable parallel build
gettext fails to successfully generate .h and .c files from .y before the output is needed in parallel build mode. This failure went unnoticed because autogen.sh was run without --quick which meant it built everything serially then distcleaned, which leaves behind the generated files.
-rw-r--r--gettext.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext.morph b/gettext.morph
index 7eb2ec599..977c336f2 100644
--- a/gettext.morph
+++ b/gettext.morph
@@ -1,6 +1,7 @@
{
"name": "gettext",
"kind": "chunk",
+ "max-jobs": 1,
"configure-commands": [
"GNULIB_TOOL=\"gnulib/gnulib-tool\" sh autogen.sh --quick",
"./configure --prefix=/usr --disable-nls"