Makefile: link builtins residing in bin directory to main git binary too
authorBrandon Casey <redacted>
Fri, 23 Jul 2010 17:50:44 +0000 (12:50 -0500)
committerJunio C Hamano <redacted>
Mon, 26 Jul 2010 05:33:23 +0000 (22:33 -0700)
commit40919c483a28f34d43fbef2a84a294b3554caffd
tree720f46c8677ceb2faaa27b60cc7d36ed3cb4a535
parent64fdc08dac6694d1e754580e7acb82dfa4988bb9
Makefile: link builtins residing in bin directory to main git binary 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
builtin programs residing in the bin directory though.  So, let's do so.

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