RFR: JDK-8080630 Stop doing sed manipulation of manifest files in SetupJavaCompilation
Erik Joelsson
erik.joelsson at oracle.com
Tue May 19 07:47:08 UTC 2015
Looks good to me.
Regarding Tools.gmk, that has annoyed me for a long time, but not quite
taken me to the point of doing something about it.
/Erik
On 2015-05-19 00:08, Magnus Ihse Bursie wrote:
> We're currently breaking abstraction barriers by doing a sed
> replacement of $(RELEASE) and $(COMPANY_NAME) in SetupJavaCompilation.
> This replacement should be moved to a more proper place.
>
> Unfortunately there were no shared dependencies between jrtfs-jar and
> demos, apart from buildtools. :( I tried adding it to the buildtools
> generation (which felt hackish anyway) but that broke since we include
> Tools.gmk multiple times which caused races with the generation of the
> manifest file. :-( We should probably do something about this (this
> will likely require a split of Tools.gmk into generation of tools and
> definition of command lines) but that was outside the scope for this
> fix, which is prompted by the version string changes.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8080630
> WebRev:
> http://cr.openjdk.java.net/~ihse/JDK-8080630-no-sed-on-manifest/webrev.01
>
> /Magnus
More information about the build-dev
mailing list