comparison make/Makefile @ 14531:4c9f24b8f002

undo accidentially pushed make/Makefile changes
author twisti
date Thu, 13 Mar 2014 13:38:02 -0700
parents d8041d695d19
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14530:d87b84dade7d 14531:4c9f24b8f002
305 $(MAKE_ARGS) $(VM_TARGET) 305 $(MAKE_ARGS) $(VM_TARGET)
306 306
307 307
308 # Builds code that can be shared among different build flavors 308 # Builds code that can be shared among different build flavors
309 buildshared: 309 buildshared:
310 # python2.7 -u $(GAMMADIR)/mxtool/mx.py build --no-native --export-dir $(SHARED_DIR) 310 python2.7 -u $(GAMMADIR)/mxtool/mx.py build --no-native --export-dir $(SHARED_DIR)
311 311
312 # Export file rule 312 # Export file rule
313 generic_export: $(EXPORT_LIST) 313 generic_export: $(EXPORT_LIST)
314 314
315 export_product: 315 export_product:
316 $(MAKE) BUILD_FLAVOR=$(@:export_%=%) generic_export 316 $(MAKE) BUILD_FLAVOR=$(@:export_%=%) generic_export
317 export_fastdebug: 317 export_fastdebug:
318 $(MAKE) BUILD_FLAVOR=$(@:export_%=%) generic_export 318 $(MAKE) BUILD_FLAVOR=$(@:export_%=%) EXPORT_SUBDIR=/$(@:export_%=%) generic_export
319 export_debug: 319 export_debug:
320 $(MAKE) BUILD_FLAVOR=$(@:export_%=%) generic_export 320 $(MAKE) BUILD_FLAVOR=$(@:export_%=%) EXPORT_SUBDIR=/$(@:export_%=%) generic_export
321 export_optimized: 321 export_optimized:
322 $(MAKE) BUILD_FLAVOR=$(@:export_%=%) generic_export 322 $(MAKE) BUILD_FLAVOR=$(@:export_%=%) EXPORT_SUBDIR=/$(@:export_%=%) generic_export
323 323
324 export_product_jdk:: 324 export_product_jdk::
325 $(MAKE) BUILD_FLAVOR=$(@:export_%_jdk=%) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) generic_export 325 $(MAKE) BUILD_FLAVOR=$(@:export_%_jdk=%) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) generic_export
326 export_optimized_jdk:: 326 export_optimized_jdk::
327 $(MAKE) BUILD_FLAVOR=$(@:export_%_jdk=%) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) generic_export 327 $(MAKE) BUILD_FLAVOR=$(@:export_%_jdk=%) ALT_EXPORT_PATH=$(JDK_IMAGE_DIR) generic_export