]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
'build' scripts before installing.
authorJunio C Hamano <junkio@cox.net>
Fri, 9 Sep 2005 01:50:33 +0000 (18:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Sep 2005 01:50:33 +0000 (18:50 -0700)
commitbc6146d2abcf3800eb3683cfe972cabd38ff4796
tree061f79e214d9071b392d530ca83d0c12b1ba4200
parent2f0f8b71ee45bcf91c2de480474a26030596fe3c
'build' scripts before installing.

Earlier we renamed git-foo.sh to git-foo while installing, which
was mostly done by inertia than anything else.  This however
made writing tests to use scripts harder.

This patch builds the scripts the same way as we build binaries
from their sources.  As a side effect, you can now specify
non-standard paths you have your Perl binary is in when running
the make.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
git.sh [moved from git.sh.in with 100% similarity]
t/t1005-read-tree-m-2way-emu23.sh
t/t3200-branch.sh
t/t5400-send-pack.sh