From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] tools/hotplug/Linux: Fix build Date: Thu, 9 Oct 2014 17:58:41 +0100 Message-ID: <5436BEC1.9020604@citrix.com> References: <1412872535-8221-1-git-send-email-anthony.perard@citrix.com> <20141009165408.GB12637@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141009165408.GB12637@aepfle.de> 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 , Anthony PERARD Cc: Ian Jackson , Ian Campbell , Xen Devel List-Id: xen-devel@lists.xenproject.org On 09/10/14 17:54, Olaf Hering wrote: > On Thu, Oct 09, Anthony PERARD wrote: > >> make[6]: Entering directory '/build/xen-unstable/src/xen-unstable/tools/hotplug/Linux' >> [...] >> make -C systemd all >> make -C systemd install > I wonder why that happens anyway, isnt that the bug? Shouldnt some "all" > depend on "install", or whatever? > > Olaf all: should never depend on install. all: will be the default target from `make`, which is expected to build components, and is specifically separate from `make install DESTDIR=$foo` ~Andrew