mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Makefile(msysgit): Do no longer set symlinks=false during installation
We track /etc/gitconfig in msysgit and therefore do no longer need to set symlinks=false during installation. This commit removes the unnecessary command from the install target and thus reduces the differences to official git's Makefile. Signed-off-by: Steffen Prohaska <prohaska@zib.de>
This commit is contained in:
2
Makefile
2
Makefile
@@ -1111,8 +1111,6 @@ install: all
|
||||
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(sysconfdir_SQ)'
|
||||
$(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexecdir_SQ)'
|
||||
$(INSTALL) git$X '$(DESTDIR_SQ)$(bindir_SQ)'
|
||||
GIT_CONFIG='$(DESTDIR_SQ)$(sysconfdir_SQ)/gitconfig' \
|
||||
$(DESTDIR_SQ)$(bindir_SQ)/git$X config core.symlinks false
|
||||
$(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
|
||||
$(MAKE) -C perl prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install
|
||||
ifndef NO_TCLTK
|
||||
|
||||
Reference in New Issue
Block a user