classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Patch: automake speedup


From: Mark Wielaard
Subject: Re: [cp-patches] Patch: automake speedup
Date: Wed, 28 Jul 2004 21:42:38 +0200

Hi,

On Wed, 2004-07-28 at 16:31, Michael Koch wrote:
> I have written attached patch to speed up the build system 
> (autogen.sh, configure, make, make install) and to make it less 
> possible to introduce bugs into "make distcheck" by forgetting to add 
> new files to the according EXTRA_DIST variables. This patch fixes 
> some of this bugs implicitely.

I like the idea. I am not too hot on using find and xargs, but I don't
see an easy way around it. You may want to use @FIND@ though and not
hard code 'find' in lib/Makefile.am.
configure.ac has a AC_PATH_PROG(FIND, find) already.

> "make distcheck"  runs trough without errors for me. Okay to commit ?

It seems to work fine here, it saves both time and space, so I would say
go for it!

Thanks,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]