diff options
Diffstat (limited to '')
-rw-r--r-- | devel/gitaly/files/patch-Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/gitaly/files/patch-Makefile b/devel/gitaly/files/patch-Makefile deleted file mode 100644 index 9345aecfdf54..000000000000 --- a/devel/gitaly/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.orig 2025-05-14 17:37:06 UTC -+++ Makefile -@@ -717,12 +717,12 @@ ${DEPENDENCY_DIR}/git-%/Makefile: ${DEPENDENCY_DIR}/gi - # otherwise try to rebuild all targets depending on it whenever we build - # something else. We thus depend on the Makefile instead. - ${DEPENDENCY_DIR}/git-%/Makefile: ${DEPENDENCY_DIR}/git-%.version -- ${Q}${GIT} -c init.defaultBranch=master init ${GIT_QUIET} "${@D}" -- ${Q}${GIT} -C "${@D}" config remote.origin.url ${GIT_REPO_URL} -- ${Q}${GIT} -C "${@D}" config remote.origin.tagOpt --no-tags -- ${Q}${GIT} -C "${@D}" fetch --depth 1 ${GIT_QUIET} origin ${GIT_VERSION} -- ${Q}${GIT} -C "${@D}" reset --hard -- ${Q}${GIT} -C "${@D}" checkout ${GIT_QUIET} --detach FETCH_HEAD -+ #${Q}${GIT} -c init.defaultBranch=master init ${GIT_QUIET} "${@D}" -+ #${Q}${GIT} -C "${@D}" config remote.origin.url ${GIT_REPO_URL} -+ #${Q}${GIT} -C "${@D}" config remote.origin.tagOpt --no-tags -+ #${Q}${GIT} -C "${@D}" fetch --depth 1 ${GIT_QUIET} origin ${GIT_VERSION} -+ #${Q}${GIT} -C "${@D}" reset --hard -+ #${Q}${GIT} -C "${@D}" checkout ${GIT_QUIET} --detach FETCH_HEAD - ifeq ($(OVERRIDE_GIT_VERSION),) - ${Q}rm -f "${@D}"/version - else |