From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Egger, Christoph" Subject: Re: [PATCH v2] xenstore: create pidfile in init-xenstore-domain Date: Thu, 25 Apr 2013 11:05:31 +0200 Message-ID: <5178F1DB.3080606@amazon.de> References: <1366821893-17234-1-git-send-email-dgdegra@tycho.nsa.gov> <5178E71F.7040307@amazon.de> <1366879882.20256.428.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1366879882.20256.428.camel@zakaz.uk.xensource.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: Ian Campbell Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 25.04.13 10:51, Ian Campbell wrote: > On Thu, 2013-04-25 at 09:19 +0100, Christoph Egger wrote: >> @@ -29,9 +29,12 @@ endif >>> >>> ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump xenstored >>> >>> +ifeq ($(CONFIG_Linux),y) >>> +ALL_TARGETS += init-xenstore-domain >>> +endif >>> + >> >> Please explain what is Linux-specific? > > Can you confirm that this file at least builds as is on NetBSD? Was it > built there previously? No. It was only enabled for stubdom. Building it manually says: : No such file or directory. Christoph