| author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
| Mon, 11 May 2009 11:02:18 +0000 (13:02 +0200) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Thu, 14 May 2009 03:35:36 +0000 (20:35 -0700) | ||
| commit | 3426e34feddf97085615e619d39f8173ff3f9fb4 | |
| tree | 112294704f66e5a3d0930bd3434fc80931b5bf80 | tree | snapshot |
| parent | a95148dea1d9546e96adef7c3cad11be80aa30f5 | commit | diff |
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| Makefile | diff | blob | history |