Searched defs:download (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/make-rules/
H A Dprep.mk65 # Template for download rules.
66 define download-rule
101 $$(SOURCE_DIR)/.unpacked$(1): download $(MAKEFILE_PREREQ) $$(PATCHDIR_PATCHES$(1))
109 # If an archive is defined, create a download, unpack and patch rule.
112 $(eval $(call download-rule,$(1)))
128 # Backwards compatibility - only download, do not unpack or patch automatically
130 $(eval $(call download-rule,_$(suffix))))
139 download:: $(ARCHIVES:%=$(USERLAND_ARCHIVES)%)

Completed in 11 milliseconds