big missing dependency
Jonathan Gibbons
jonathan.gibbons at oracle.com
Wed Nov 9 07:10:14 PST 2011
On 11/09/2011 03:48 AM, Fredrik Öhrström wrote:
> It would be a truly awesome build system that could deduce that,
> your newly compiled javac creates bytecodes that differ from the old ones,
I thought you were shooting for "truly awesome" :-) You're already at
"awesome".
I would assume that if any javac classes have changed, then all
downstream compilations need to be redone. Conceptually, that means
that all downstream compilations should depend on something like
build/bootstrap/lib/javac.jar.
-- Jon
More information about the build-infra-dev
mailing list