mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Revert bd2f73a6(Support the tools scripted in perl.)
This is not needed in msysGit, since we call Perl from inside MSys,
and therefore paths are handled gracefully.
Incidentally, it fixes issue 46 (msysGit fails to install in paths
beginning with C).
This reverts bd2f73a6ba.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -20,11 +20,7 @@ clean:
|
||||
$(RM) $(makfile).old
|
||||
|
||||
ifdef NO_PERL_MAKEMAKER
|
||||
# We exploit that /bin/sh transforms the DOS-Stype path in TEMP into
|
||||
# the MSYS style pseudo-mount form.
|
||||
# This colon-free from is needed because our perl scripts look at
|
||||
# $(instdir_SQ) and split it at colons.
|
||||
instdir_SQ = $(subst ','\'',$(shell cmd /x/d/c "set TEMP=$(prefix)/lib && sh -c 'echo \$$TEMP'"))
|
||||
instdir_SQ = $(subst ','\'',$(prefix)/lib)
|
||||
$(makfile): ../GIT-CFLAGS Makefile
|
||||
echo all: > $@
|
||||
echo ' :' >> $@
|
||||
|
||||
Reference in New Issue
Block a user