Re: [Xen-devel] [PATCH] Honor '--enable-githttp' in toplevel Makefile generation

2016-05-05 Thread Wei Liu
On Thu, May 05, 2016 at 10:31:04AM +0100, Wei Liu wrote: > On Wed, May 04, 2016 at 08:54:07AM -0700, Paul Lai wrote: > > During the make world, git mini-os.git didn't honor the 'configure > > --enable-githttp' option. The 'enable-githttp' was only honored in > > the tools subdirectory. > > > > Si

Re: [Xen-devel] [PATCH] Honor '--enable-githttp' in toplevel Makefile generation

2016-05-05 Thread Wei Liu
On Wed, May 04, 2016 at 08:54:07AM -0700, Paul Lai wrote: > During the make world, git mini-os.git didn't honor the 'configure > --enable-githttp' option. The 'enable-githttp' was only honored in > the tools subdirectory. > > Signed-off-by: Paul Lai Acked-by: Wei Liu Thanks for your patch. I

[Xen-devel] [PATCH] Honor '--enable-githttp' in toplevel Makefile generation

2016-05-04 Thread Paul Lai
During the make world, git mini-os.git didn't honor the 'configure --enable-githttp' option. The 'enable-githttp' was only honored in the tools subdirectory. Signed-off-by: Paul Lai --- config/Toplevel.mk.in | 1 + configure | 27 +++ configure.ac |