From 2ae82715e229ce27de96dfdc562b119aa16a80f6 Mon Sep 17 00:00:00 2001 From: sla Date: Wed, 27 Jun 2012 15:23:36 +0200 Subject: [PATCH] 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/bsd/makefiles/universal.gmk b/make/bsd/makefiles/universal.gmk index 169b70d87..0cc92758a 100644 --- a/make/bsd/makefiles/universal.gmk +++ b/make/bsd/makefiles/universal.gmk @@ -110,4 +110,5 @@ copy_debug_jdk:: .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) -- GitLab