This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: rfc: build system
- To: gcc at egcs dot cygnus dot com
- Subject: Re: rfc: build system
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 02 Feb 2000 10:38:33 -0700
- Newsgroups: cygnus.egcs
- Organization: Cygnus Solutions
- References: <200002010316.WAA11443@caip.rutgers.edu> <20000131210856.A529@wolery.cumb.org> <20000131224811.D679@cygnus.com> <20000131233128.G529@wolery.cumb.org> <20000201000434.A801@cygnus.com> <200002020224.DAA21096@quatramaran.ens.fr>
- Reply-To: tromey at cygnus dot com
>>>>> "Marc" == Marc Espie <espie@quatramaran.ens.fr> writes:
Marc> For instance, it could write Makefiles with inclusions and tests
Marc> on system where it can be done, and static `poor man' Makefiles
Marc> otherwise.
Marc> Would rewriting
Marc> include "file"
Marc> to
Marc> include "file"
Marc> really be so hard to implement ?
As far as I know every make in use these days supports "include".
If you definitely know of one that does not, please send me email
about it.
Tom