7179349 misses updating new build makefiles
Leonid Romanov
leonid.romanov at oracle.com
Thu Oct 18 01:32:58 PDT 2012
Could you take care of it? I've no idea how the new build system works. Besides, no one complained about the fix when I sent it for a review… Btw, ToBin.java is a modified copy of <jdk>/make/sun/xawt/ToBin.java, so if you decide to go with your suggestion, you probably want to replace the original ToBin.java as well.
On 18.10.2012, at 6:45, Mike Duigou <mike.duigou at oracle.com> 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