This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: compiling "hacked" code
- From: Mike Stump <mrs at apple dot com>
- To: Reza Roboubi <reza at linisoft dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 24 Jul 2002 09:42:33 -0700
- Subject: Re: compiling "hacked" code
On Wednesday, July 24, 2002, at 08:08 AM, Reza Roboubi wrote:
I'm trying to make changes to some files such as cppmain.c and then
need
to incrementally build _only_ those binaries that are affected by the
change. What is a good way to do that?
make cc1 or make cc1plus or make cc1 cc1plus while in the build dir for
gcc.
Also: How do you "make install" incrementally?
make install-common, though, few people do that. Most learn to run the
compile from the build tree directly.
PS: I believe this gets more complicated given the various stages of
building.
No. Not really.