This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: compiling "hacked" code
- From: Ben Elliston <bje at redhat dot com>
- To: Reza Roboubi <reza at linisoft dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 24 Jul 2002 15:19:00 -0400 (EDT)
- Subject: Re: compiling "hacked" code
- References: <3D3EC2D4.4EBEBBA@linisoft.com>
>>>>> "Reza" == Reza Roboubi <reza@linisoft.com> writes:
Reza> Also: How do you "make install" incrementally?
It's not really possible. If you know you are only modifying one
particular file over and over (say, cc1), then you could define a
shell alias to make it easy to copy it from the build tree to your
install tree. Alternatively, you could investigate working in the
build directory while you are developing/testing.
Ben