On Fri, Nov 2, 2018 at 6:38 PM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > Add a switch for use in conjunction with the INSTALL_SYMLINKS flag > added in ad874608d8 ("Makefile: optionally symlink libexec/git-core > binaries to bin/git", 2018-03-13). > [...] > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> > --- > diff --git a/Makefile b/Makefile > @@ -342,6 +342,10 @@ all:: > +# Define NO_INSTALL_SYMLINKS_FALLBACK if in conjunction with s/if in/in/ > +# INSTALL_SYMLINKS if you'd prefer not to have the install procedure > +# fallack on hardlinking or copying if "ln -s" fails. > +#