This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
1. How to checkout gcc 4.1? 2. Outputing dependancy headers in a way that's not make specific
- From: Asfand Yar Qazi <email at asfandyar dot cjb dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 23 Feb 2006 17:59:14 +0000
- Subject: 1. How to checkout gcc 4.1? 2. Outputing dependancy headers in a way that's not make specific
Hi,
2 questions:
1. How on earth do you checkout the 4.1 release? I've looked everywhere for
the SVN tag name, and can't find it.
2. I want to generate dependancies for a non-Makefile build system (the Ruby
'rake' build system) which is unfortunately a bit immature, and doesn't do
automatic dependancy generation for C/C++. It'd be useful if the GCC
dependancy generation system could output dependancies in an easy to parse
non-Makefile format and a few regexps would do the rest. Know of a way? Or
plans to generalise the dependancy generation features of GCC?
Thanks