From eab6465f73606c02a441b1579dcbe76299a359ba Mon Sep 17 00:00:00 2001
From: Jeong Han Lee <jeonghan.lee@gmail.com>
Date: Wed, 6 Mar 2019 20:14:02 +0100
Subject: [PATCH] force not to use parallel building

---
 configure/E3/RULES_E3      | 3 +++
 configure/modules/RULES_E3 | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/configure/E3/RULES_E3 b/configure/E3/RULES_E3
index e3dff1b0..5b5f3afc 100644
--- a/configure/E3/RULES_E3
+++ b/configure/E3/RULES_E3
@@ -1,3 +1,6 @@
+# -*- mode: Makefile;-*-
+.NOTPARALLEL:
+
 .DEFAULT_GOAL := help
 
 .PHONY: help default install uninstall build rebuild clean conf
diff --git a/configure/modules/RULES_E3 b/configure/modules/RULES_E3
index 4bc23e07..faffd348 100644
--- a/configure/modules/RULES_E3
+++ b/configure/modules/RULES_E3
@@ -1,3 +1,6 @@
+# -*- mode: Makefile;-*-
+.NOTPARALLEL:
+
 .DEFAULT_GOAL := help
 
 .PHONY: help default install uninstall build rebuild clean conf
-- 
GitLab