diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-10 23:17:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-10 23:20:44 +0900 |
commit | 8fa083ac8de98a8dc56a76c85418be5e9fa28f4d (patch) | |
tree | 66296f0f671554001f002dd841d20d53f5ab2368 /debian/_base/tde-i18n | |
parent | fc51e6682e68c4976f5ca82da232785b6bc4818f (diff) | |
download | tde-packaging-8fa083ac8de98a8dc56a76c85418be5e9fa28f4d.tar.gz tde-packaging-8fa083ac8de98a8dc56a76c85418be5e9fa28f4d.zip |
DEB: enable parallel build in debian-tde.mk.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/_base/tde-i18n')
-rwxr-xr-x | debian/_base/tde-i18n/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/_base/tde-i18n/debian/rules b/debian/_base/tde-i18n/debian/rules index c5ae84be2..8c85d662c 100755 --- a/debian/_base/tde-i18n/debian/rules +++ b/debian/_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 |