comparison make/Makefile @ 21718:b5bbf03bc17a

Improve makefile generator, exporting files into shared dir (JBS:GRAAL-52)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Thu, 04 Jun 2015 03:21:58 +0200
parents 77acf6ba2fc0
children 6c3c21d9b5ef
comparison
equal deleted inserted replaced
21717:a3315bce5192 21718:b5bbf03bc17a
321 endif 321 endif
322 322
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 #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
326 327
327 # Export file rule 328 # Export file rule
328 generic_export: $(EXPORT_LIST) 329 generic_export: $(EXPORT_LIST)
329 330
330 export_product: 331 export_product: