From patchwork Wed Dec 13 19:43:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 848198 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3yxnF73gQJz9t3B; Thu, 14 Dec 2017 06:43:55 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1ePCwZ-0005Yy-Vv; Wed, 13 Dec 2017 19:43:51 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1ePCwY-0005YJ-34 for kernel-team@lists.ubuntu.com; Wed, 13 Dec 2017 19:43:50 +0000 Received: from 1.general.kamal.us.vpn ([10.172.68.52] helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1ePCwW-0008Pp-7R for kernel-team@lists.ubuntu.com; Wed, 13 Dec 2017 19:43:49 +0000 Received: from kamal by fourier with local (Exim 4.86_2) (envelope-from ) id 1ePCwF-000411-FN for kernel-team@lists.ubuntu.com; Wed, 13 Dec 2017 11:43:31 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: UBUNTU: [debian] do not force do_tools_common Date: Wed, 13 Dec 2017 11:43:15 -0800 Message-Id: <1513194195-15385-3-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1513194195-15385-1-git-send-email-kamal@canonical.com> References: <1513194195-15385-1-git-send-email-kamal@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Ignore: yes Signed-off-by: Kamal Mostafa --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2673f6f..8db64ec 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ include $(DROOT)/rules.d/1-maintainer.mk do_linux_tools=$(sort $(filter-out false,$(do_tools_usbip) $(do_tools_cpupower) $(do_tools_perf) $(do_tools_x86))) do_cloud_tools=$(sort $(filter-out false,$(do_tools_hyperv))) -do_tools_common=true +do_tools_common?=true # Don't build tools or udebs in a cross compile environment. ifneq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH))