RFR (S): 7178667: ALT_EXPORT_PATH does not export server jvm on macosx

Staffan Larsen staffan.larsen at oracle.com
Thu Jun 21 05:30:20 PDT 2012


Do you mean:

.PHONY: $(UNIVERSAL_LIPO_LIST) $(UNIVERSAL_COPY_LIST)

Yes, that seems to have the same effect. Probably a better solution.

Thanks,
/Staffan

On 21 jun 2012, at 14:12, David Holmes wrote:

> Hi Staffan,
> 
> On 21/06/2012 6:33 PM, Staffan Larsen wrote:
>> Please review the following fix to makefiles for universal binaries on
>> max os x. The idea is to force the target to be executed for all items
>> in the list.
>> 
>> Fix contributed by Rickard Bäckman (rbackman).
>> 
>> webrev: http://cr.openjdk.java.net/~sla/7178667/webrev.01/
> 
> I don't understand the problem that this addresses but wouldn't you get the same affect by declaring those targets as PHONY ?
> 
> David
> 
> PS. Unrelated but I was astounded to see that bsd/Makefile and linux/Makefile both have a chunk of code conditional on "ifeq ($(OSNAME),solaris)" Huh!



More information about the hotspot-runtime-dev mailing list