summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2015-12-10 18:35:20 +0100
committerTomas Babej <tbabej@redhat.com>2015-12-14 12:33:34 +0100
commite650e5eda161a912d22ee2e6ebaf94df3a07d7ff (patch)
tree4df5b5fcaf4d6d34f880066853fa63a4534905b9
parent8112ac69ccf56dd98c5eb6e77ea131b4665bd1cf (diff)
downloadfreeipa-e650e5eda161a912d22ee2e6ebaf94df3a07d7ff.tar.gz
freeipa-e650e5eda161a912d22ee2e6ebaf94df3a07d7ff.tar.xz
freeipa-e650e5eda161a912d22ee2e6ebaf94df3a07d7ff.zip
Makefile: disable parallel build
IPA build system cannot cope with parallel build anyway, so this patch disables parallel build explicitly so it does not blow up when user has -j specified in default MAKEOPTS. Reviewed-By: Tomas Babej <tbabej@redhat.com>
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6cc388e4..ab2524db1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+# IPA build system cannot cope with parallel build; disable parallel build
+.NOTPARALLEL:
+
include VERSION
SUBDIRS=asn1 daemons install ipapython ipa-client