From: Johannes Schindelin Date: Thu, 18 Apr 2019 13:16:39 +0000 (-0700) Subject: Makefile: drop the NO_INSTALL variable X-Git-Tag: v2.22.0-rc0~20^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0b64e21cc220a73f7a49d932d44e8cfc11532d0f?hp=0b64e21cc220a73f7a49d932d44e8cfc11532d0f Makefile: drop the NO_INSTALL variable The last user was just removed; There is no longer any need to carry it around. Should we ever run into a need for it again, it is easy enough to revert this commit. It is unlikely, though, that we need `NO_INSTALL` again: as we saw with the just-removed item, `git-remote-testgit`, we have better locations to put executables and scripts that we do not want to install, e.g. a subdirectory in `t/`, or `contrib/`. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---