Makefile: link builtins residing in bin directory to main git binary too
commit40919c483a28f34d43fbef2a84a294b3554caffd
authorBrandon Casey <drafnel@gmail.com>
Fri, 23 Jul 2010 17:50:44 +0000 (23 12:50 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jul 2010 05:33:23 +0000 (25 22:33 -0700)
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 <casey@nrlssc.navy.mil>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile