Loading... (original) (raw)
Currently, the jdk target depends on the jaxws target in the makefile. This is an artificial dependency, since it's fully possible to compile the jdk target without having the jaxws target (apart from an import statement in Import.gmk).
We should correct this. The images target should depend on jaxws, not jdk. Doing so will speed up jdk builds.