Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-09-04 Thread Ian Campbell
On Fri, 2015-09-04 at 08:48 -0500, Doug Goldstein wrote: > On 8/27/15 12:58 PM, Ian Jackson wrote: > > Wei Liu writes ("[PATCH for 4.6] build: fix tarball stubdom build"): > > > When we create a source code tarball, mini-os is extracted to > > > extras/mini-os directory. When building a source code

Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-09-04 Thread Doug Goldstein
On 8/27/15 12:58 PM, Ian Jackson wrote: > Wei Liu writes ("[PATCH for 4.6] build: fix tarball stubdom build"): >> When we create a source code tarball, mini-os is extracted to >> extras/mini-os directory. When building a source code tarball, we >> shouldn't clone mini-os again. >> >> Only clone min

Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-08-28 Thread Wei Liu
On Fri, Aug 28, 2015 at 03:49:06AM -0600, Jan Beulich wrote: > >>> On 28.08.15 at 10:47, wrote: > > On Fri, Aug 28, 2015 at 12:41:15AM -0600, Jan Beulich wrote: > >> >>> On 27.08.15 at 18:24, wrote: > >> > On Thu, Aug 27, 2015 at 10:05:56AM -0600, Jan Beulich wrote: > >> >> >>> On 27.08.15 at 17:

Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-08-28 Thread Jan Beulich
>>> On 28.08.15 at 10:47, wrote: > On Fri, Aug 28, 2015 at 12:41:15AM -0600, Jan Beulich wrote: >> >>> On 27.08.15 at 18:24, wrote: >> > On Thu, Aug 27, 2015 at 10:05:56AM -0600, Jan Beulich wrote: >> >> >>> On 27.08.15 at 17:54, wrote: >> >> > When we create a source code tarball, mini-os is ex

Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-08-28 Thread Wei Liu
On Fri, Aug 28, 2015 at 12:41:15AM -0600, Jan Beulich wrote: > >>> On 27.08.15 at 18:24, wrote: > > On Thu, Aug 27, 2015 at 10:05:56AM -0600, Jan Beulich wrote: > >> >>> On 27.08.15 at 17:54, wrote: > >> > When we create a source code tarball, mini-os is extracted to > >> > extras/mini-os directo

Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-08-27 Thread Jan Beulich
>>> On 27.08.15 at 18:24, wrote: > On Thu, Aug 27, 2015 at 10:05:56AM -0600, Jan Beulich wrote: >> >>> On 27.08.15 at 17:54, wrote: >> > When we create a source code tarball, mini-os is extracted to >> > extras/mini-os directory. When building a source code tarball, we >> > shouldn't clone mini-o

Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-08-27 Thread Ian Jackson
Wei Liu writes ("[PATCH for 4.6] build: fix tarball stubdom build"): > When we create a source code tarball, mini-os is extracted to > extras/mini-os directory. When building a source code tarball, we > shouldn't clone mini-os again. > > Only clone mini-os when that directory doesn't exist. This f

Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-08-27 Thread Wei Liu
On Thu, Aug 27, 2015 at 10:05:56AM -0600, Jan Beulich wrote: > >>> On 27.08.15 at 17:54, wrote: > > When we create a source code tarball, mini-os is extracted to > > extras/mini-os directory. When building a source code tarball, we > > shouldn't clone mini-os again. > > > > Only clone mini-os whe

Re: [Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-08-27 Thread Jan Beulich
>>> On 27.08.15 at 17:54, wrote: > When we create a source code tarball, mini-os is extracted to > extras/mini-os directory. When building a source code tarball, we > shouldn't clone mini-os again. > > Only clone mini-os when that directory doesn't exist. This fixes tarball > build and doesn't af

[Xen-devel] [PATCH for 4.6] build: fix tarball stubdom build

2015-08-27 Thread Wei Liu
When we create a source code tarball, mini-os is extracted to extras/mini-os directory. When building a source code tarball, we shouldn't clone mini-os again. Only clone mini-os when that directory doesn't exist. This fixes tarball build and doesn't affect non-tarball build. Signed-off-by: Wei Li