From e650e5eda161a912d22ee2e6ebaf94df3a07d7ff Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Thu, 10 Dec 2015 18:35:20 +0100 Subject: [PATCH] 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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