Re: [libvirt] [PATCH] build: only create virt-login-shell for lxc builds

2013-09-03 Thread Eric Blake
On 09/02/2013 05:35 AM, Daniel P. Berrange wrote: On Fri, Aug 30, 2013 at 02:37:20PM -0600, Eric Blake wrote: I noticed from an ./autobuild.sh run that we were installing a virt-login-shell.exe binary when cross-building for mingw, even though such a binary is necessarily worthless since the

Re: [libvirt] [PATCH] build: only create virt-login-shell for lxc builds

2013-09-02 Thread Daniel P. Berrange
On Fri, Aug 30, 2013 at 02:37:20PM -0600, Eric Blake wrote: I noticed from an ./autobuild.sh run that we were installing a virt-login-shell.exe binary when cross-building for mingw, even though such a binary is necessarily worthless since the code depends on lxc which is a Linux-only concept.

[libvirt] [PATCH] build: only create virt-login-shell for lxc builds

2013-08-30 Thread Eric Blake
I noticed from an ./autobuild.sh run that we were installing a virt-login-shell.exe binary when cross-building for mingw, even though such a binary is necessarily worthless since the code depends on lxc which is a Linux-only concept. * tools/Makefile.am (conf_DATA, bin_PROGRAMS, dist_man1_MANS):

Re: [libvirt] [PATCH] build: only create virt-login-shell for lxc builds

2013-08-30 Thread Peter Krempa
On 08/30/13 22:37, Eric Blake wrote: I noticed from an ./autobuild.sh run that we were installing a virt-login-shell.exe binary when cross-building for mingw, even though such a binary is necessarily worthless since the code depends on lxc which is a Linux-only concept. * tools/Makefile.am

Re: [libvirt] [PATCH] build: only create virt-login-shell for lxc builds

2013-08-30 Thread Eric Blake
On 08/30/2013 04:25 PM, Peter Krempa wrote: On 08/30/13 22:37, Eric Blake wrote: I noticed from an ./autobuild.sh run that we were installing a virt-login-shell.exe binary when cross-building for mingw, even though such a binary is necessarily worthless since the code depends on lxc which is