summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-09-06 07:55:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-09-07 20:27:40 (GMT)
commit72b113e5621febe5d5138f73e464a4962b3b7851 (patch)
tree19bf8437cf4e659bde5643d3a702b9c94231ed20 /Makefile
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf (diff)
downloadgit-72b113e5621febe5d5138f73e464a4962b3b7851.zip
git-72b113e5621febe5d5138f73e464a4962b3b7851.tar.gz
git-72b113e5621febe5d5138f73e464a4962b3b7851.tar.bz2
Makefile: remove the check_bindir script
This script was added in f28ac70f48 (Move all dashed-form commands to libexecdir, 2007-11-28) when commands such as "git-add" lived in the bin directory, instead of the git exec directory. This notice helped someone incorrectly installing version v1.6.0 and later into a directory built for a pre-v1.6.0 git version. We're now long past the point where anyone who'd be helped by this warning is likely to be doing that, so let's just remove this check and warning to simplify the Makefile. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9573190..d0324f4 100644
--- a/Makefile
+++ b/Makefile
@@ -3090,8 +3090,7 @@ endif
ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; } \
- done && \
- ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
+ done
.PHONY: install-gitweb install-doc install-man install-man-perl install-html install-info install-pdf
.PHONY: quick-install-doc quick-install-man quick-install-html