diff make/Makefile @ 21911:899d7cadd0a1

Make jvmci.make quiet and use recipe for build and jar
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Wed, 10 Jun 2015 13:22:03 +0200
parents 42452d2dfbec
children
line wrap: on
line diff
--- a/make/Makefile	Wed Jun 10 11:06:41 2015 +0200
+++ b/make/Makefile	Wed Jun 10 13:22:03 2015 +0200
@@ -315,7 +315,8 @@
 		TARGET=build/make \
 		HS_COMMON_SRC=$(HS_COMMON_SRC) \
 		ABS_BOOTDIR=$(ABS_BOOTDIR) \
-		EXPORT_DIR=$(SHARED_DIR) export
+		SHARED_DIR=$(SHARED_DIR) \
+		MAKE_VERBOSE=$(MAKE_VERBOSE) export
 
 # Export file rule
 generic_export: $(EXPORT_LIST)