Searched defs:rules (Results 1 - 7 of 7) sorted by relevance
/solaris-userland/make-rules/ |
H A D | prep-svn.mk | 35 define subversion-rules 73 # Define the rules required to download any source archives and augment any 76 $(eval $(call subversion-rules,)) 77 $(foreach suffix, $(SVN_SUFFIXES), $(eval $(call subversion-rules,_$(suffix))))
|
H A D | prep-download.mk | 48 # Templates for download variables and rules. We separate the variable 49 # assignments from the rules so that all the variable assignments are given a 60 define download-rules 83 define eval-download-rules 84 $(if $(findstring __BLANK__,$(GITHUB_ARCHIVE_SUFFIXES)),,$(eval $(call download-rules,))) 85 $(foreach suffix, $(URL_SUFFIXES), $(eval $(call download-rules,_$(suffix))))
|
H A D | prep-git.mk | 35 # Templates for git variables and rules. We separate the variable assignments 36 # from the rules so that all the variable assignments are given a chance to 58 # that variable to build download rules, so keep track of which suffixes 75 define git-rules 125 define eval-git-rules 126 $(eval $(call git-rules,)) 127 $(foreach suffix, $(GIT_SUFFIXES), $(eval $(call git-rules,_$(suffix))))
|
H A D | prep-hg.mk | 35 # Templates for download variables and rules. We separate the variable 36 # assignments from the rules so that all the variable assignments are given a 57 define hg-rules 91 define eval-hg-rules 92 $(eval $(call hg-rules,)) 93 $(foreach suffix, $(HG_SUFFIXES), $(eval $(call hg-rules,_$(suffix))))
|
H A D | prep-unpack.mk | 36 # Templates for unpacking variables and rules. We separate the variable 37 # assignments from the rules so that all the variable assignments are given a 60 define unpack-rules 90 define eval-unpack-rules 91 $(eval $(call unpack-rules,)) 92 $(foreach suffix, $(PCK_SUFFIXES), $(eval $(call unpack-rules,_$(suffix))))
|
H A D | prep-patch.mk | 62 # extensions, using $(sort) to uniq them to prevent multiple rules from 84 define patch-rules 117 define eval-patch-rules 118 $(foreach suffix, $(PCH_SUFFIXES), $(eval $(call patch-rules,_$(suffix)))) 119 $(eval $(call patch-rules,)) # this must be last so we don't drop *.patch_%.
|
/solaris-userland/components/golang/ |
H A D | Makefile | 30 include ../../make-rules/shared-macros.mk 67 define supp-rules 76 $(foreach suffix, $(SUPP_PACKAGES), $(eval $(call supp-rules,$(suffix)))) 258 define install-rules 271 $(foreach suffix,$(SUPP_PACKAGES), $(eval $(call install-rules,$(suffix))))
|
Completed in 25 milliseconds