comparison make/Makefile @ 21741:b6ee5d3f3255

Exclude distributions from exporting which are delivered with HotSpot (JBS:GRAAL-52)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Fri, 05 Jun 2015 13:04:40 +0200
parents 6c3c21d9b5ef
children 6db6070d30b9
comparison
equal deleted inserted replaced
21740:6c3c21d9b5ef 21741:b6ee5d3f3255
323 # Builds code that can be shared among different build flavors 323 # Builds code that can be shared among different build flavors
324 buildshared: 324 buildshared:
325 $(PYTHON) -u $(GAMMADIR)/mxtool/mx.py build --no-native --export-dir $(SHARED_DIR) 325 $(PYTHON) -u $(GAMMADIR)/mxtool/mx.py build --no-native --export-dir $(SHARED_DIR)
326 else 326 else
327 buildshared: 327 buildshared:
328 cd .. && $(MAKE) -f make/jvmci.make TARGET=build/make MX_TARGET=. HS_COMMON_SRC=$(HS_COMMON_SRC) JDK=$(ABS_BOOTDIR) EXPORT_DIR=$(SHARED_DIR) VERBOSE=0 export 328 cd .. && $(MAKE) -f make/jvmci.make TARGET=build/make MX_TARGET=. HS_COMMON_SRC=$(HS_COMMON_SRC) JDK=$(ABS_BOOTDIR) EXPORT_DIR=$(SHARED_DIR) export
329 endif 329 endif
330 330
331 331
332 # Export file rule 332 # Export file rule
333 generic_export: $(EXPORT_LIST) 333 generic_export: $(EXPORT_LIST)