Re: [lxc-devel] [PATCH] EXTRA_DIST: Fix missing files with "make dist"

2013-03-27 Thread Stéphane Graber
On 03/27/2013 11:28 AM, Dwight Engen wrote: > On Tue, 26 Mar 2013 13:09:20 -0400 > Stéphane Graber wrote: > >> On 03/26/2013 01:03 PM, Stéphane Graber wrote: >>> I recently noticed that the generated tarballs with "make dist" >>> were incomplete unless the configure script was run on a machine >>

Re: [lxc-devel] [PATCH] EXTRA_DIST: Fix missing files with "make dist"

2013-03-27 Thread Dwight Engen
On Tue, 26 Mar 2013 13:09:20 -0400 Stéphane Graber wrote: > On 03/26/2013 01:03 PM, Stéphane Graber wrote: > > I recently noticed that the generated tarballs with "make dist" > > were incomplete unless the configure script was run on a machine > > with all possible build dependencies. > > > > Th

Re: [lxc-devel] [PATCH] EXTRA_DIST: Fix missing files with "make dist"

2013-03-26 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > I recently noticed that the generated tarballs with "make dist" > were incomplete unless the configure script was run on a machine > with all possible build dependencies. > > That's wrong as you clearly don't need those dependencies to generate > th

Re: [lxc-devel] [PATCH] EXTRA_DIST: Fix missing files with "make dist"

2013-03-26 Thread Stéphane Graber
On 03/26/2013 01:03 PM, Stéphane Graber wrote: > I recently noticed that the generated tarballs with "make dist" > were incomplete unless the configure script was run on a machine > with all possible build dependencies. > > That's wrong as you clearly don't need those dependencies to generate > th