summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian.upstream/rules9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian.upstream/rules b/debian.upstream/rules
index 4a73db61..fe7eae2c 100755
--- a/debian.upstream/rules
+++ b/debian.upstream/rules
@@ -5,15 +5,6 @@ include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
-# Allow SMP build
-ifeq ($(DEBIAN_BUILD_NCPUS),)
- DEBIAN_BUILD_NCPUS = $(shell /usr/bin/getconf _NPROCESSORS_ONLN)
-endif
-ifneq ($(DEBIAN_BUILD_NCPUS),)
- EXTRA_MAKE_FLAGS += -j$(DEBIAN_BUILD_NCPUS)
-endif
-MAKE += $(EXTRA_MAKE_FLAGS)
-
# Allow HTML documentation build
indep_conf_flags = \
--with-html-dir=\$${prefix}/share/doc/$(DEB_SOURCE_PACKAGE)