7179349 misses updating new build makefiles

Kelly O'Hair kelly.ohair at oracle.com
Mon Oct 22 18:26:15 PDT 2012


I'm working on it, please give me a little time. Don't make any additional changes to this.

But even after I fix this, we still need to integrate the latest build-infra changes into jdk8/build.

-kto

On Oct 18, 2012, at 1:32 AM, Leonid Romanov wrote:

> 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