This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Rebuilding after update
- To: "Nic Ferrier" <nferrier at tapsellferrier dot co dot uk>
- Subject: Re: Rebuilding after update
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- Date: Tue, 24 Jul 2001 14:28:59 +0100 (BST)
- Cc: java at gcc dot gnu dot org
- References: <sb5d765b.028@tapsellferrier.co.uk>
Nic Ferrier writes:
> >>> 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
Add here: rm -rf *
> configure ...
> make
> make install
>
> And have everything work correctly?
Yes.
Andrew.