Re: make dist

2012-04-07 Thread Ludovic Courtès
Hi, Thomas Schwinge skribis: > As »make dist« in some places just considers the current configuration, > it really is flawed. That's also the reason that you don't notice the > missing files (but just do a diff of the tarball built by it and the > source directory) -- they're not used in your c

Re: make dist

2012-04-06 Thread Ludovic Courtès
Hi! Thomas Schwinge skribis: > On Fri, 06 Apr 2012 12:11:24 +0200, I wrote: >> On Wed, 04 Apr 2012 22:28:07 +0200, I wrote: >> > On Tue, 3 Apr 2012 22:45:07 +0200, Hydra Build Daemon >> > wrote: >> > > checking build system type... x86_64-pc-linux-gnu >> > > checking host system type... i586-p

Re: make dist

2012-04-06 Thread Thomas Schwinge
Hi! As »make dist« in some places just considers the current configuration, it really is flawed. That's also the reason that you don't notice the missing files (but just do a diff of the tarball built by it and the source directory) -- they're not used in your configuration (for example, without

Re: ‘make dist’ fails in hurd/glibc.git

2010-05-27 Thread Ludovic Courtès
Hi Thomas, Thomas Schwinge writes: > Hello! > > On Fri, May 21, 2010 at 09:37:42AM +0200, Ludovic Courtès wrote: >> ‘make dist’ in hurd/glibc.git (the right branch, whatever it’s called) >> fails: >> >> --8<---cut here---start->8--- >> fatal: No names found,

Re: ‘make dist’ fails in hurd/glibc.git

2010-05-26 Thread Thomas Schwinge
Hello! On Fri, May 21, 2010 at 09:37:42AM +0200, Ludovic Courtès wrote: > ‘make dist’ in hurd/glibc.git (the right branch, whatever it’s called) > fails: > > --8<---cut here---start->8--- > fatal: No names found, cannot describe anything. > make[1]: *** [dist]

Re: ``make dist'' and friends

2006-11-29 Thread Barry deFreese
That seems to be correct. I hope that doing so doesn't break anything. (Thinking about the rules in `Makerules.am' that deal with those files.) But you should have noticed if it had... I decided to add the `.srv' and `.cli' files to `EXTRA_DIST' instead. OK gang, I've gotten pre

Re: ``make dist'' and friends

2006-11-29 Thread Thomas Schwinge
Hello! On Wed, Nov 29, 2006 at 12:30:13AM -0500, Barry deFreese wrote: > Barry deFreese wrote: > >Thomas Schwinge wrote: > >>On Tue, Nov 28, 2006 at 12:13:20AM -0500, Barry deFreese wrote: > >>>Barry deFreese wrote: > >>> > [...] I have added a few dist_libkernel_a_SOURCE to include all the

Re: ``make dist'' and friends

2006-11-28 Thread Barry deFreese
Barry deFreese wrote: Thomas Schwinge wrote: Hello! On Tue, Nov 28, 2006 at 12:13:20AM -0500, Barry deFreese wrote: Barry deFreese wrote: [...] I have added a few dist_libkernel_a_SOURCE to include all the header files, .sym, .srv, and .cli files. That seems to be correct. I

Re: ``make dist'' and friends

2006-11-28 Thread Barry deFreese
Thomas Schwinge wrote: Hello! On Tue, Nov 28, 2006 at 12:13:20AM -0500, Barry deFreese wrote: Barry deFreese wrote: [...] I have added a few dist_libkernel_a_SOURCE to include all the header files, .sym, .srv, and .cli files. That seems to be correct. I hope that doing so doe

Re: ``make dist'' and friends

2006-11-28 Thread Thomas Schwinge
Hello! On Tue, Nov 28, 2006 at 12:13:20AM -0500, Barry deFreese wrote: > Barry deFreese wrote: > >[...] I have added a few dist_libkernel_a_SOURCE to include all the > >header files, .sym, .srv, and .cli files. That seems to be correct. I hope that doing so doesn't break anything. (Thinking abo

Re: ``make dist'' and friends

2006-11-27 Thread Barry deFreese
Barry deFreese wrote: Thomas Schwinge wrote: Hello! This is mainly for Barry, but there is no reason that I should send it privately, so... 19:49 WTF generates the .defs.c files? Have a look at the magic in `Makerules.am' and how it is being used in `Makefrag.am'. This is not optimal, but

Re: ``make dist'' and friends

2006-11-27 Thread Barry deFreese
Thomas Schwinge wrote: Hello! This is mainly for Barry, but there is no reason that I should send it privately, so... 19:49 WTF generates the .defs.c files? Have a look at the magic in `Makerules.am' and how it is being used in `Makefrag.am'. This is not optimal, but I didn't invent a bette