Makefile: make hard/symbolic links for non-builtins too
authorBrandon Casey <redacted>
Fri, 23 Jul 2010 17:50:45 +0000 (12:50 -0500)
committerJunio C Hamano <redacted>
Mon, 26 Jul 2010 05:33:34 +0000 (22:33 -0700)
commit76d079aa561a74d2c290d5ab7e3b69549ff325cb
tree52540be5b8b1b18e5c4d44f5a43f5e9cd080e9eb
parent40919c483a28f34d43fbef2a84a294b3554caffd
Makefile: make hard/symbolic links for non-builtins too

To conserve space/improve file caching we try to make hard or symbolic links
from each builtin program to the main git executable rather than having
each be a complete duplicate copy of it.  We weren't doing this for the
non-builtin programs though.  So, just because we can, and because it's
easy, and for completeness sake, let's do it.

Signed-off-by: Brandon Casey <redacted>
Reviewed-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
git clone https://git.99rst.org/PROJECT