This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Support for building Ada utilities to autogenerate files
- To: Florian Weimer <fw at deneb dot enyo dot de>
- Subject: Re: [Ada] Support for building Ada utilities to autogenerate files
- From: Geert Bosch <bosch at gnat dot com>
- Date: Wed, 10 Oct 2001 11:57:57 -0400 (EDT)
- Cc: gcc-patches at gcc dot gnu dot org
On Wed, 10 Oct 2001, Florian Weimer wrote:
Not for the different tools, for both builds of xnmake.
All the solutions I had in mind make building xnmake mandatory
(i.e. the "touch" trick no longer works), which we do not consider
acceptable, I think.
Wouldn't it be enough to add a dependency of nmake.adb on xnmake.ads?
This would serialize building of both targets. Does this seem right?
-Geert