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>
This commit is contained in:
Petr Spacek 2015-12-10 18:35:20 +01:00 committed by Tomas Babej
parent 8112ac69cc
commit e650e5eda1

View File

@ -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