This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Rebuilding after update




On Tue, 24 Jul 2001, Andrew Haley wrote:
> Andrew Haley writes:
>  > Nic Ferrier writes:
>  >  > ie: can I do:
>  >  > 
>  >  >   cvs update -d
>  > 
>  > Add here: rm -rf *
> 
> In the build dir, of course.  Don't build in the source dir.

I often "rm -rf libjava" in $TARGET_SUBDIR, then "make" again.  This saves
me a lot of time when updating the runtime only.

BTW, the mainline libgcj seems to work fine with the 3.0.1 compiler.  I
use them together sometimes when I want a stable compiler but the latest
runtime features, especially when the trunk is unstable.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]