projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f511f2e
)
Enable parallel on all architectures again
author
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Fri, 2 Dec 2016 09:37:06 +0000
(10:37 +0100)
committer
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Fri, 2 Dec 2016 09:37:06 +0000
(10:37 +0100)
Closes: #846520
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index e2bcd8cef2a62eeaf055ec04fcaeb416e959847f..e837d7f99c8ee2e52bd8fb1f0ef43d8967f74fc6 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-20,14
+20,6
@@
BUILD_DOC = $(if $(shell dh_listpackages | grep libpcl-doc),-DWITH_DOCS=ON)
# Multiarch.
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-# Num bits
-DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
-
-ifeq ($(DEB_HOST_ARCH_BITS),32)
- PARALLEL=
-else
- PARALLEL=--parallel
-endif
.PHONY: override_dh_auto_configure \
override_dh_install \
@@
-102,7
+94,7
@@
override_dh_installchangelogs:
%:
- dh $@
$(PARALLEL)
--builddirectory=build
+ dh $@
--parallel
--builddirectory=build
get-orig-source: