Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-27 Thread Jon Turney
On 22/10/2020 19:57, Jon Turney wrote: I actually skimped on writing the rules which reconfigure when needed when make is run in a subdirectory, as working them out seemed complex and a bit redundant, as when I convert to automake, it writes them for you. I guess I should take another look a

Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-26 Thread Corinna Vinschen
On Oct 23 21:12, Jon Turney wrote: > On 23/10/2020 10:36, Corinna Vinschen wrote: > > > > > > > > > > Does creating a new subdir called libcygserver just to build the lib > > > > > clean up things, perhaps? > > > > > > > > I did experiment with something like that, but I'm not sure if it makes >

Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-23 Thread Jon Turney
On 23/10/2020 10:36, Corinna Vinschen wrote: Does creating a new subdir called libcygserver just to build the lib clean up things, perhaps? I did experiment with something like that, but I'm not sure if it makes things any clearer, as: (i) It's the same source files built with/without -D__OUT

Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-23 Thread Corinna Vinschen
On Oct 23 11:27, Corinna Vinschen wrote: > On Oct 22 19:57, Jon Turney wrote: > > On 22/10/2020 18:27, Corinna Vinschen wrote: > > > On Oct 21 20:47, Jon Turney wrote: > > > > There's doesn't seem to be much use in independently building these > > > > subdirectories, > > > > > > Uhm... that doesn'

Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-23 Thread Corinna Vinschen
On Oct 22 19:57, Jon Turney wrote: > On 22/10/2020 18:27, Corinna Vinschen wrote: > > On Oct 21 20:47, Jon Turney wrote: > > > There's doesn't seem to be much use in independently building these > > > subdirectories, > > > > Uhm... that doesn't match how I'm working in these dirs. I'm building >

Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-22 Thread Jon Turney
On 22/10/2020 18:27, Corinna Vinschen wrote: On Oct 21 20:47, Jon Turney wrote: There's doesn't seem to be much use in independently building these subdirectories, Uhm... that doesn't match how I'm working in these dirs. I'm building the subdirs independently all the time, especially during d

Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-22 Thread Corinna Vinschen
On Oct 21 20:47, Jon Turney wrote: > There's doesn't seem to be much use in independently building these > subdirectories, Uhm... that doesn't match how I'm working in these dirs. I'm building the subdirs independently all the time, especially during debugging sessions. I'd not want to lose the