7178667: ALT_EXPORT_PATH does not export server jvm on macosx

Wed, 27 Jun 2012 15:23:36 +0200

author
sla
date
Wed, 27 Jun 2012 15:23:36 +0200
changeset 3877
74533f63b116
parent 3876
36b2d4cfcf03
child 3881
7d5f65916db0
child 3900
d2a62e0f25eb

7178667: ALT_EXPORT_PATH does not export server jvm on macosx
Summary: Missing .PHONY targets in makefile
Reviewed-by: dholmes, dsamersoff

make/bsd/makefiles/universal.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/bsd/makefiles/universal.gmk	Mon Jun 25 18:59:52 2012 -0700
     1.2 +++ b/make/bsd/makefiles/universal.gmk	Wed Jun 27 15:23:36 2012 +0200
     1.3 @@ -110,4 +110,5 @@
     1.4  
     1.5  .PHONY:	universal_product universal_fastdebug universal_debug \
     1.6  	all_product_universal all_fastdebug_universal all_debug_universal \
     1.7 -	universalize export_universal copy_universal
     1.8 +	universalize export_universal copy_universal \
     1.9 +	$(UNIVERSAL_LIPO_LIST) $(UNIVERSAL_COPY_LIST)

mercurial