[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3/9] xenstore: install init-xenstore-domain via make install
On Fri, 2015-12-11 at 16:47 +0100, Juergen Gross wrote: > The program init-xenstore-domain to start a xenstore domain instead > of the xenstored daemon is built, but not installed. Change that. > > Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> CCing Daniel too since he has an interest in this mode of operation. I appreciate the CONFIG_Linux thing is pre-existing, and stems from being unable to build stubdoms on other platforms, but should we consider building these supporting tools anyway, after all a user might get a suitable stubdom via some other means? > --- > Âtools/xenstore/Makefile | 3 +++ > Â1 file changed, 3 insertions(+) > > diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile > index 1b4a494..8c8b116 100644 > --- a/tools/xenstore/Makefile > +++ b/tools/xenstore/Makefile > @@ -153,6 +153,9 @@ endif >  $(INSTALL_DATA) include/compat/xs_lib.h > $(DESTDIR)$(includedir)/xenstore-compat/xs_lib.h >  ln -sf xenstore-compat/xs.hÂÂ$(DESTDIR)$(includedir)/xs.h >  ln -sf xenstore-compat/xs_lib.h $(DESTDIR)$(includedir)/xs_lib.h > +ifeq ($(CONFIG_Linux),y) > + $(INSTALL_PROG) init-xenstore-domain $(DESTDIR)$(LIBEXEC_BIN) > +endif >  > Â.PHONY: clients-install > Âclients-install: clients _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |