summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/tde-i18n
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-07-11 12:42:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-11 12:42:54 +0900
commit3e7c64331262e5e5238f04465670e1b1e96a2383 (patch)
tree793763a37e637de2380a9406b4455318cc1e33f5 /ubuntu/_base/tde-i18n
parent420633c6862ead221800c5f61266baad560ef32f (diff)
downloadtde-packaging-3e7c64331262e5e5238f04465670e1b1e96a2383.tar.gz
tde-packaging-3e7c64331262e5e5238f04465670e1b1e96a2383.zip
DEB: enable parallel build in debian-tde.mk.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/tde-i18n')
-rwxr-xr-xubuntu/_base/tde-i18n/debian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/_base/tde-i18n/debian/rules b/ubuntu/_base/tde-i18n/debian/rules
index c5ae84be2..2427e42f4 100755
--- a/ubuntu/_base/tde-i18n/debian/rules
+++ b/ubuntu/_base/tde-i18n/debian/rules
@@ -22,6 +22,8 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
+DEB_BUILD_PARALLEL ?= true
+
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
DEB_PARALLEL_JOBS ?= $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
endif