dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03238
Re: [HG] Merge.
On Tue, Sep 05, 2006 at 12:20:47AM +0200, Johan Jansson wrote:
> On Mon, Sep 04, 2006 at 09:36:49PM +0200, Anders Logg wrote:
> > It seems the SWIG interface is not removed on 'make clean'. (This is
> > why the compile bot failed on the second set of configuration options,
> > since the interface is still there from the first set of configuration
> > options.)
> >
> > Is it possible to fix this in src/pydolfin/Makefile.am or do we need
> > to make a special fix?
> >
> > /Anders
> >
>
> Ok, I wasn't aware of this. Apparently there is a special target in
> autotools which cleans files which are generated:
>
> make maintainer-clean-generic
>
> Is it possible to use this, or is "make clean" hardcoded somewhere in
> the bot?
No, it's a simple fix. I have updated the compile bot so it makes a
maintainer-clean-generic between compiles.
It looks like this target is not recursive. It only works if you use
it like
make -C src/pydolfin/ maintainer-clean-generic
/Anders
References