[libxslt] autotools: Disable parallel Python build
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxslt] autotools: Disable parallel Python build
- Date: Tue, 6 Sep 2022 20:58:34 +0000 (UTC)
commit f47413d13716485a43465efa32ef72cc44ae4a92
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Tue Sep 6 15:13:02 2022 +0200
autotools: Disable parallel Python build
See https://gitlab.gnome.org/GNOME/libxml2/-/commit/ea8f7c92a9e3f7d89e57b0a1eae0229555da7356
python/Makefile.am | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/python/Makefile.am b/python/Makefile.am
index bc4449bf..e0c1f5b7 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,4 +1,8 @@
-# Makefile for libxml2 python library
+# Makefile for libxslt python library
+
+# We use a rule with multiple output files which creates problems with
+# parallel builds.
+.NOTPARALLEL:
SUBDIRS = . tests
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]