From 4c24555e43dbdf57533ef5691f029b46853492f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 2 Sep 2016 11:56:32 +0200 Subject: Fix parallel building --- debian/rules | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f1fe1f8..1649d46 100755 --- a/debian/rules +++ b/debian/rules @@ -15,25 +15,11 @@ export DH_OPTIONS # export DEB_BUILD_MAINT_OPTIONS = hardening=+all -# -# Get the number of cpus -# -NO_CPUS=$(shell nproc) -ifeq ($(NO_CPUS),0) -NO_CPUS=1 -endif - export verbose=1 %: dh $@ --with autotools-dev --parallel -override_dh_auto_build: - make -j$(NO_CPUS) - -override_dh_auto_test: - make -j$(NO_CPUS) test - override_dh_clean: rm -f $(CURDIR)/libcult/build/system/configuration-dynamic.make make xsd_clean_gen=n clean -- cgit v1.2.3