diff make/Makefile @ 21797:42452d2dfbec

removed MX_TARGET; replace VERBOSE with MAKE_VERBOSE
author Doug Simon <doug.simon@oracle.com>
date Mon, 08 Jun 2015 23:40:08 +0200
parents 483b357016a6
children 899d7cadd0a1
line wrap: on
line diff
--- a/make/Makefile	Mon Jun 08 22:32:04 2015 +0200
+++ b/make/Makefile	Mon Jun 08 23:40:08 2015 +0200
@@ -308,11 +308,16 @@
 		$(MAKE) -f $(ABS_OS_MAKEFILE) \
 			$(MAKE_ARGS) $(VM_TARGET) 
 
+
 buildshared:
-	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
+	cd .. && \
+	$(MAKE) -f make/jvmci.make \
+		TARGET=build/make \
+		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: