This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Rebuilding after update
- To: java at gcc dot gnu dot org
- Subject: Re: Rebuilding after update
- From: "Nic Ferrier" <nferrier at tapsellferrier dot co dot uk>
- Date: Tue, 24 Jul 2001 13:09:54 +0100
>>> Andrew Haley <aph@cambridge.redhat.com> 24-Jul-01 1:14:56 PM >>>
Doing a "make bootstrap" and a "make" sounds
kinda excessive to me.
For test builds I just do a "make" and a "make install".
Does that work when the autoconf/make stuff has changed?
ie: can I do:
cvs update -d
configure ...
make
make install
And have everything work correctly?
Nic