From ce884005cc801ed88a6ac15a274ba516d4616dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 12 Jul 2019 16:09:03 +0200 Subject: DEB: Change remaining DEB_BUILD_PARALLEL in 'rules' to make them conditional. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/_base/tde-i18n/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubuntu/_base/tde-i18n/debian/rules') diff --git a/ubuntu/_base/tde-i18n/debian/rules b/ubuntu/_base/tde-i18n/debian/rules index 8c85d662c..2427e42f4 100755 --- a/ubuntu/_base/tde-i18n/debian/rules +++ b/ubuntu/_base/tde-i18n/debian/rules @@ -22,7 +22,7 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info -DEB_BUILD_PARALLEL = true +DEB_BUILD_PARALLEL ?= true ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) DEB_PARALLEL_JOBS ?= $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) -- cgit v1.2.1