From patchwork Tue Feb 22 07:36:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Kerr X-Patchwork-Id: 83928 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id A5E3BB716A for ; Tue, 22 Feb 2011 18:37:00 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Prmnf-0006Q9-Jq; Tue, 22 Feb 2011 07:36:47 +0000 Received: from ozlabs.org ([203.10.76.45]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Prmnd-0006Pk-SC for kernel-team@lists.ubuntu.com; Tue, 22 Feb 2011 07:36:46 +0000 Received: by ozlabs.org (Postfix, from userid 1023) id 9E6D4B716D; Tue, 22 Feb 2011 18:36:41 +1100 (EST) MIME-Version: 1.0 Subject: [RFC, PATCH 1/2] UBUNTU: lucid: include branch-specific makefile fragment Message-Id: <1298360193.534609.593374621774.1.gpush@pororo> In-Reply-To: <1298360193.534205.273188942697.0.gpush@pororo> To: kernel-team@lists.ubuntu.com From: Jeremy Kerr Date: Tue, 22 Feb 2011 15:36:33 +0800 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com This allows us to define make parameters on a per-branch basis. Signed-off-by: Jeremy Kerr --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 999bc1d..f5874ec 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,10 @@ export DROOT=debian # Common variables for all architectures include $(DROOT)/rules.d/0-common-vars.mk -# Pull in some arch specific stuff +# Pull in some branch specific stuff +-include $(DEBIAN)/rules.d/branch.mk + +# ... and some arch specific stuff -include $(DEBIAN)/rules.d/$(arch).mk # Maintainer targets