author | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Sep 2005 01:50:33 +0000 (18:50 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Sep 2005 01:50:33 +0000 (18:50 -0700) | ||
commit | bc6146d2abcf3800eb3683cfe972cabd38ff4796 | |
tree | 061f79e214d9071b392d530ca83d0c12b1ba4200 | tree | snapshot |
parent | 2f0f8b71ee45bcf91c2de480474a26030596fe3c | commit | diff |
'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>
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 | diff | blob | history | |
git.sh | [new file with mode: 0755] | blob |
git.sh.in | [deleted file] | blob | history |
t/t1005-read-tree-m-2way-emu23.sh | diff | blob | history | |
t/t3200-branch.sh | diff | blob | history | |
t/t5400-send-pack.sh | diff | blob | history |