Re: integration of perl with automake

2009-10-21 Thread Andreas Otto
Am Dienstag 20 Oktober 2009 21:07:35 schrieb Ralf Wildenhues: * Andreas Otto wrote on Tue, Oct 20, 2009 at 08:53:14AM CEST: Am Dienstag 20 Oktober 2009 08:27:01 schrieb Ralf Wildenhues: distclean-local: test -f Net-Msgque/.distclean rm -fr Net-Msgque Won't that also

Re: integration of perl with automake

2009-10-21 Thread Ralf Wildenhues
* Andreas Otto wrote on Wed, Oct 21, 2009 at 08:04:15AM CEST: Am Dienstag 20 Oktober 2009 21:07:35 schrieb Ralf Wildenhues: * Andreas Otto wrote on Tue, Oct 20, 2009 at 08:53:14AM CEST: I use the flag file Net-Msgque/.distclean to distinguish the VPATH build from the non VPATH build. this

make clean is slow

2009-10-21 Thread Bob Friesenhahn
I find that 'make clean' is annoyingly slow. For my package 'make clean' takes more than 1/10 of the optimized build time even though I am using a very fast disk subsystem. For the clean target, Automake produces many chunks which are of the form: clean-codersLTLIBRARIES: -test -z

Re: make clean is slow

2009-10-21 Thread Ralf Wildenhues
Hi Bob, * Bob Friesenhahn wrote on Wed, Oct 21, 2009 at 10:03:41PM CEST: clean-codersLTLIBRARIES: -test -z $(coders_LTLIBRARIES) || rm -f $(coders_LTLIBRARIES) @list='$(coders_LTLIBRARIES)'; for p in $$list; do \ dir=`echo $$p | sed -e 's|/[^/]*$$||'`; \

Re: make clean is slow

2009-10-21 Thread Bob Friesenhahn
On Wed, 21 Oct 2009, Ralf Wildenhues wrote: Is there a way to make this quite a lot faster? The LTLIBRARIES bits: yes, noted. The PROGRAMS bits should be reasonably fast already, only forking a constant number of times. While clean is running, it is clear that the libraries bit is taking