distclean vs. clean order dependency

2008-04-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was trying to silence warnings during 'automake -Wall' for autoconf. However, I can't figure out what to do for this last warning, that autoconf is overriding automake's definition of distclean-generic. It turns out that autoconf has this comment i

Re: distclean vs. clean order dependency

2008-04-05 Thread Ralf Wildenhues
Hi Eric, let me address the easier part first: * Eric Blake wrote on Sat, Apr 05, 2008 at 02:56:43PM CEST: > > # Avoid a race condition that would make parallel "distclean" fail. [...] > Or > is there some other way, using automake 1.10.1, to add the needed > serialization between clean-local and

Re: distclean vs. clean order dependency

2008-04-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ralf Wildenhues on 4/5/2008 7:09 AM: Hi Ralf, | | You could just punt and put | AUTOMAKE_OPTIONS = -Wno-override ... Simplest, since we already have a big comment explaining why we override. | | in tests/Makefile.am, or you could fi

Re: distclean vs. clean order dependency

2008-04-05 Thread Ralf Wildenhues
* Eric Blake wrote on Sat, Apr 05, 2008 at 03:26:44PM CEST: > According to Ralf Wildenhues on 4/5/2008 7:09 AM: > | .NOTPARALLEL: > > Negative impact to other parts of the file. And is anyone likely to do > parallel make without GNU make? Sure, parallel builds generally work with BSD make. > |

Re: distclean vs. clean order dependency

2008-11-16 Thread Ralf Wildenhues
Hi Eric, old old thread: * Eric Blake wrote on Sat, Apr 05, 2008 at 02:56:43PM CEST: > I was trying to silence warnings during 'automake -Wall' for autoconf. > However, I can't figure out what to do for this last warning, that > autoconf is overriding automake's definition of distclean-generic.