Searched defs:download (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/make-rules/ |
H A D | prep-download.mk | 29 # Anything that we download must have a COMPONENT_ARCHIVE_URL{_[0-9]+} macro 48 # Templates for download variables and rules. We separate the variable 53 define download-variables 60 define download-rules 62 download:: $$(USERLAND_ARCHIVES)$$(COMPONENT_ARCHIVE$(1)) 79 $(if $(findstring __BLANK__,$(GITHUB_ARCHIVE_SUFFIXES)),,$(eval $(call download-variables,))) 80 $(foreach suffix, $(URL_SUFFIXES), $(eval $(call download-variables,_$(suffix)))) 83 define eval-download-rules 84 $(if $(findstring __BLANK__,$(GITHUB_ARCHIVE_SUFFIXES)),,$(eval $(call download-rules,))) 85 $(foreach suffix, $(URL_SUFFIXES), $(eval $(call download [all...] |
Completed in 13 milliseconds