Wolfgang Grandegger wrote:
> On 07/06/2004 02:45 PM Gilles Chanteperdrix wrote:
> > Wolfgang Grandegger wrote:
> > > Hi Philippe,
> > >
> > > in vesuvio, a "make distclean" does not remove the GNUmakefile(s).
> >
> > The "rm Makefile" commands seem to be hardcoded into the GNUmakefile.in,
> > so if we want make distclean to remove the GNUmakefile, we can either add
> > GNUmakefile to the DISTCLEAN_FILES variables, or try a new version of
> > automake to see if it still does the same.
> >
> > But it really is a minor problem, especially if you are building RTAI
> > out of the source tree...
>
> Well, I had to remove them manually when switching the PowerPC sub-arch
> e.g. from ppc_8xx to ppc_82xx, which requires different build tools. For
> the time being, this is something we can live with, of course.
If you had one build tree (outside of the source tree) by
sub-architecture, you would have just to type make in the top directory
of each build tree after a change in the source tree, and you could keep
your settings for each architecture and sub-architecture over the time.
--
Gilles Chanteperdrix.