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

/solaris-userland/make-rules/
H A Dprep-git.mk26 GIT = /usr/bin/git
35 # Templates for git variables and rules. We separate the variable assignments
39 define git-variables
66 COMPONENT_ARCHIVE_SRC$(1) = git
75 define git-rules
86 # A shallow clone (--depth=1) to git clone takes only the top level (named)
89 # reliably reproduce archives created from the result since git clone (unlike
115 REQUIRED_PACKAGES += developer/versioning/git
121 $(eval $(call git-variables,))
122 $(foreach suffix, $(GIT_SUFFIXES), $(eval $(call git
[all...]

Completed in 13 milliseconds