Skip to content

Commit 72b113e

Browse files
avargitster
authored andcommitted
Makefile: remove the check_bindir script
This script was added in f28ac70 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 225bc32 commit 72b113e

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3090,8 +3090,7 @@ endif
30903090
ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
30913091
ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
30923092
cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; } \
3093-
done && \
3094-
./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
3093+
done
30953094

30963095
.PHONY: install-gitweb install-doc install-man install-man-perl install-html install-info install-pdf
30973096
.PHONY: quick-install-doc quick-install-man quick-install-html

check_bindir

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)