From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:59923 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560Ab1AZIqF (ORCPT ); Wed, 26 Jan 2011 03:46:05 -0500 Received: by eye27 with SMTP id 27so347290eye.19 for ; Wed, 26 Jan 2011 00:46:03 -0800 (PST) Message-ID: <4D3FDF48.5070402@gmail.com> Date: Wed, 26 Jan 2011 11:46:00 +0300 From: Nikolai Kondrashov MIME-Version: 1.0 Subject: Re: [PATCH] deb-pkg: Fix building outside of source tree (O=...). Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: =?ISO-8859-1?Q?Nicolas_de_Peslo=C3=BCan?= Cc: linux-kbuild@vger.kernel.org > When building linux-headers package using deb-pkg, builddeb erroneously > assume current directory is the source tree. This is not true if building > in another directory, using make O=... deb-pkg. > > This patch fix this problem. Thanks, Nicolas, it works! This problem was holding me from testing my patches and I didn't have enough time to find the fix myself. FWIW, Tested-by: Nikolai Kondrashov Sincerely, Nick