Makefile: NO_INSTALL_HARDLINKS
commit70de5e65e8c947626ab9aa2aeb790fd969951bc2
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2012 22:12:10 +0000 (2 15:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 May 2012 17:24:13 +0000 (4 10:24 -0700)
tree5e7d8e22977d77c5b648f970319379e621a41aa5
parentd0f1ea6003d97e63110fa7d50bb07f546a909b6e
Makefile: NO_INSTALL_HARDLINKS

Your filesystem may support hardlinks, but you may choose not to use them
when installing git-foo builtins and favor symblic links or copies for
whatever reason.

The installation procedure of git-gui/ directory is not touched with this
patch and git-citool still ends up being a hardlink to git-gui, but it
needs to be addressed separately.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile