This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Devel rebuild question
- From: Mike Stump <mrs at apple dot com>
- To: lallysingh at mac dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 18 Aug 2003 12:02:29 -0700
- Subject: Re: Devel rebuild question
On Sunday, August 17, 2003, at 08:58 AM, Lally Singh wrote:
Hi, I'm trying to work on a single source file for gcc (cp/pt.c) right
now, but I I don't know how to keep make from wanting to recompile
everything under the sun.
Gee, did you try:
cd gcc && make cc1plus
? Never failed for me. :-)