From 9a4d39b95ed60a00aec2ee3447931015254eb794 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 10 May 2019 15:22:54 +0900 Subject: No longer svn & git-svn are used --- win32/Makefile.sub | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index ff1a86597f..756ee7a280 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -495,12 +495,7 @@ HAVE_GIT = no ! endif !endif -!if exist($(srcdir)/.svn) -VCS = svn -VCSUP = $(VCS) up $(SVNUPOPTIONS) -!else if exist($(srcdir)/.git/svn) -VCS = $(GIT) svn -VCSUP = $(VCS) rebase $(GITSVNREBASEOPTIONS) +!if defined(VCS) !else if exist($(srcdir)/.git) VCS = $(GIT) VCSUP = $(VCS) pull $(GITPULLOPTIONS) -- cgit v1.2.3