diff make/Makefile @ 21794:483b357016a6

Use export target explicitly in mx_graal.py when building JDK (JBS:GRAAL-52)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 08 Jun 2015 20:30:39 +0200
parents cd36556e1b78
children 42452d2dfbec
line wrap: on
line diff
--- a/make/Makefile	Mon Jun 08 18:07:25 2015 +0200
+++ b/make/Makefile	Mon Jun 08 20:30:39 2015 +0200
@@ -312,6 +312,7 @@
 	cd .. && $(MAKE) -f make/jvmci.make TARGET=build/make MX_TARGET=. HS_COMMON_SRC=$(HS_COMMON_SRC) ABS_BOOTDIR=$(ABS_BOOTDIR) EXPORT_DIR=$(SHARED_DIR) export
 
 # Export file rule
+$(info $(EXPORT_LIST))
 generic_export: $(EXPORT_LIST)
 
 export_product: