Re: [Xen-devel] [PATCH 2/3] osstest: set the make command to use for xen-build

2018-07-03 Thread Ian Jackson
Roger Pau Monné writes ("Re: [PATCH 2/3] osstest: set the make command to use for xen-build"): > On Tue, Jul 03, 2018 at 04:12:06PM +0100, Ian Jackson wrote: > > Wouldn't it be better to write > >$ho->{OS} =~ m/bsd/ > > or something ? > > Yes, that's indeed better. Would you like me to send a

Re: [Xen-devel] [PATCH 2/3] osstest: set the make command to use for xen-build

2018-07-03 Thread Roger Pau Monné
On Tue, Jul 03, 2018 at 04:12:06PM +0100, Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH 2/3] osstest: set the make command to use for > xen-build"): > > The default make on FreeBSD is the BSD make, and Xen requires the GNU > > make in order to build. Set the make command based on the OS for

Re: [Xen-devel] [PATCH 2/3] osstest: set the make command to use for xen-build

2018-07-03 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH 2/3] osstest: set the make command to use for xen-build"): > The default make on FreeBSD is the BSD make, and Xen requires the GNU > make in order to build. Set the make command based on the OS for the > Xen build. ... > our $dokconfig = 1; > +our $make = $ho->{OS}

[Xen-devel] [PATCH 2/3] osstest: set the make command to use for xen-build

2018-07-02 Thread Roger Pau Monne
The default make on FreeBSD is the BSD make, and Xen requires the GNU make in order to build. Set the make command based on the OS for the Xen build. Signed-off-by: Roger Pau Monné --- ts-xen-build | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ts-xen-build b/ts-