comparison make/bsd/makefiles/universal.gmk @ 6174:74533f63b116

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 64b46f975ab8
children f509b8f4699b
comparison
equal deleted inserted replaced
6173:36b2d4cfcf03 6174:74533f63b116
108 copy_debug_jdk:: 108 copy_debug_jdk::
109 $(MAKE) COPY_SUBDIR=/debug copy_universal 109 $(MAKE) COPY_SUBDIR=/debug copy_universal
110 110
111 .PHONY: universal_product universal_fastdebug universal_debug \ 111 .PHONY: universal_product universal_fastdebug universal_debug \
112 all_product_universal all_fastdebug_universal all_debug_universal \ 112 all_product_universal all_fastdebug_universal all_debug_universal \
113 universalize export_universal copy_universal 113 universalize export_universal copy_universal \
114 $(UNIVERSAL_LIPO_LIST) $(UNIVERSAL_COPY_LIST)