From: Johannes Schindelin Date: Mon, 11 May 2009 11:02:18 +0000 (+0200) Subject: Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile X-Git-Tag: v1.6.3.2~12^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3426e34feddf97085615e619d39f8173ff3f9fb4?hp=3426e34feddf97085615e619d39f8173ff3f9fb4 Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile When the installed programs are tar'ed up and installed on a system where bin/ and libexec/git-core/ live on different file systems, we do not want libexec/git-core/git-* to be hardlinks to bin/git. Noticed by Cedric Staniewski. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---