From: Godmar Back (gback@cs.utah.edu)
Date: Wed Sep 09 1998 - 19:16:41 EDT
Another thought about the bootstrap sequence, that is, the first part of it:
all -> install -> derived-files
would require us to ensure that the javac which we find at configuration
time is not identical to the javac from a previously installed version.
Otherwise, make install might replace that version with the newly built
version for which we don't have a Klasses.jar yet.
So, it must be
all -> derived-files -> install.
For the second part of the bootstrap sequence (verifying that kaffe
can in fact compile its own libraries), we can't simply repeat
"derived-files", because now we must use the newly built
Kaffe/javac. So something like
make derived-files "JAVAC=$objdir/..../javac"
will be required.
- Godmar
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:56:56 EDT