From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools/console: correct make dependencies for _paths.h Date: Thu, 11 Feb 2016 17:10:04 +0000 Message-ID: <1455210604.814.76.camel@citrix.com> References: <1455205094-24323-1-git-send-email-olaf@aepfle.de> <1455206599.814.72.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1455206599.814.72.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering , xen-devel@lists.xen.org Cc: Wei Liu , Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Thu, 2016-02-11 at 16:03 +0000, Ian Campbell wrote: > On Thu, 2016-02-11 at 15:38 +0000, Olaf Hering wrote: > > Correct dependencies for _paths.h to avoid build failure with make -j. > > Only main.c requires _paths.h. This fixes commit 8398ec70 ("xenconsole: > > Ensure exclusive access to console using locks") > > > > Signed-off-by: Olaf Hering > > Cc: Ian Jackson > > Cc: Stefano Stabellini > > Cc: Ian Campbell > > Cc: Wei Liu > > Acked-by: Ian Campbell and applied, thanks.