Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalasankar "Balu" C <balasankar@gitlab.com>2021-12-01 07:40:24 +0300
committerBalasankar "Balu" C <balasankar@gitlab.com>2021-12-01 07:40:24 +0300
commit05d4da0a18195dcb4e9a5783f555c51843bbcaee (patch)
tree0dbdb12b70444beaea9788dedaf8da2cf5aff87d
parent2484e33bb003ce1734250be3b8481d641c021c02 (diff)
Touch the git binary from GIT_PREFIX directorytouch-binary-in-git-prefix-dir
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8bba2be8..389ffeeb9 100644
--- a/Makefile
+++ b/Makefile
@@ -579,7 +579,7 @@ ${GIT_INSTALL_DIR}/bin/git: ${GIT_SOURCE_DIR}/Makefile
${Q}rm -rf ${GIT_INSTALL_DIR}
${Q}mkdir -p ${GIT_INSTALL_DIR}
${Q}env -u PROFILE -u MAKEFLAGS -u GIT_VERSION ${MAKE} -C ${GIT_SOURCE_DIR} -j$(shell nproc) prefix=${GIT_PREFIX} ${GIT_BUILD_OPTIONS} install
- ${Q}touch $@
+ ${Q}touch ${GIT_PREFIX}/bin/git
${TOOLS_DIR}/protoc.zip: TOOL_VERSION = ${PROTOC_VERSION}
${TOOLS_DIR}/protoc.zip: ${TOOLS_DIR}/protoc.version