comparison make/jvmci.make @ 21985:ba769b2ee8fa

jvmci.make $(shell ...) is always quiet
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 16 Jun 2015 17:21:45 +0200
parents f0a982a28944
children 72129dd49bc0
comparison
equal deleted inserted replaced
21984:107b1a534264 21985:ba769b2ee8fa
103 $(foreach export,$(unconditionalExports),$(if $(findstring $(export),$(1)), ,$(error "The line '$(uncondPattern)$(export)' should not be in $(defs)"))) 103 $(foreach export,$(unconditionalExports),$(if $(findstring $(export),$(1)), ,$(error "The line '$(uncondPattern)$(export)' should not be in $(defs)")))
104 endef 104 endef
105 105
106 all: default 106 all: default
107 $(info Put $(EXPORTED_FILES) into SHARED_DIR $(SHARED_DIR)) 107 $(info Put $(EXPORTED_FILES) into SHARED_DIR $(SHARED_DIR))
108 $(QUIETLY) $(shell mkdir -p $(SHARED_DIR)) 108 $(shell mkdir -p $(SHARED_DIR))
109 $(foreach export,$(EXPORTED_FILES),$(call extract,$(export),$(SHARED_DIR))) 109 $(foreach export,$(EXPORTED_FILES),$(call extract,$(export),$(SHARED_DIR)))
110 110
111 export: all 111 export: all
112 $(call verify_defs_make,$(notdir $(wildcard $(SHARED_DIR)/jvmci.services/*)),EXPORT_JRE_LIB_JVMCI_SERVICES_DIR) 112 $(call verify_defs_make,$(notdir $(wildcard $(SHARED_DIR)/jvmci.services/*)),EXPORT_JRE_LIB_JVMCI_SERVICES_DIR)
113 $(call verify_defs_make,$(notdir $(wildcard $(SHARED_DIR)/jvmci.options/*)),EXPORT_JRE_LIB_JVMCI_OPTIONS_DIR) 113 $(call verify_defs_make,$(notdir $(wildcard $(SHARED_DIR)/jvmci.options/*)),EXPORT_JRE_LIB_JVMCI_OPTIONS_DIR)