OpenJDK / jdk / jdk12
changeset 13099:64752e56d721
7178667: ALT_EXPORT_PATH does not export server jvm on macosx
Summary: Missing .PHONY targets in makefile
Reviewed-by: dholmes, dsamersoff
author | sla |
---|---|
date | Wed, 27 Jun 2012 15:23:36 +0200 |
parents | c9b2dc03b271 |
children | b464f7c75913 be27e1b6a4b9 |
files | hotspot/make/bsd/makefiles/universal.gmk |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/make/bsd/makefiles/universal.gmk Mon Jun 25 18:59:52 2012 -0700 +++ b/hotspot/make/bsd/makefiles/universal.gmk Wed Jun 27 15:23:36 2012 +0200 @@ -110,4 +110,5 @@ .PHONY: universal_product universal_fastdebug universal_debug \ all_product_universal all_fastdebug_universal all_debug_universal \ - universalize export_universal copy_universal + universalize export_universal copy_universal \ + $(UNIVERSAL_LIPO_LIST) $(UNIVERSAL_COPY_LIST)