7179349 misses updating new build makefiles

Kelly O'Hair kelly.ohair at oracle.com
Thu Oct 18 10:54:42 PDT 2012


ALL Makefile and build changes need to be reviewed by the build-dev at openjdk.java.net team.

This gives us a heads up, and the build-infra team can red-flag when we see an issue.

I've sent out more global email on this topic.

Has a bug been filed on this regression in the build-infra build?

(I'm kind of short handed on the build-infra team right now, so anyone able to help out here would be great)

-kto

On Oct 17, 2012, at 7:45 PM, Mike Duigou wrote:

> A fix was recently integrated into JDK 8 mainline repo which breaks new-infra builds on MacOS X.
> 
> http://hg.openjdk.java.net/jdk8/awt/jdk/rev/d6cba7bfbb3d
> 
> The logic for creating the icon file created is not present in the new build infra makefiles. (jdk/makefiles)
> 
> The ToBin.java program can also be omitted with something like the following:
> 
> (/bin/echo "static unsigned char sAWTIconData[] = {"; hexdump -v -e '"\t" 32/1 "%u, " "\n"' $(ICON) ; /bin/echo "};") > $(ICON_DATA)
> 
> Mike




More information about the build-infra-dev mailing list