This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Nonrecursive build within gcc directory


On Sun, Oct 22, 2000 at 09:52:48AM -0400, Richard Kenner wrote:
>     This patch rearranges the Makefiles so that we don't need to recurse
>     into the language subdirectories.  Basically all the important logic
>     from each language Makefile.in is moved to the corresponding
>     Make-lang.in, and all the paths are adjusted to work from the top
>     level, rather than the language subdir.  We can then throw away the
>     Makefile.in.  I think this arrangement is both conceptually simpler,
>     and cleaner in implementation.
> 
> This still *allows* a language to have Makefile.in, right?
> 
> For Ada, the two files are *huge*, with Makefile.in changing nearly
> every day.  Having to maintain two very different styles of files during
> the conversion between GCC versions will be *a lot* of work.

There should not be a problem, as long as you're using the "new style"
Makefile.in - i.e. there's an outputs= line in config-lang.in.

zw

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]