Makefile: remove the check_bindir script
commit72b113e5621febe5d5138f73e464a4962b3b7851
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 6 Sep 2021 07:55:33 +0000 (6 09:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Sep 2021 20:27:40 +0000 (7 13:27 -0700)
tree19bf8437cf4e659bde5643d3a702b9c94231ed20
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
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>
Makefile
check_bindir [deleted file]