aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-10 01:22:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-10 01:22:48 +0000
commit80b13631bc16be93911287e227b1e4bf719b8fac (patch)
tree8081923505b44728cfb13d183fad21662ce76e06 /common.mk
parent68bc69bd8146dc128e920073520d728cc1f3feb7 (diff)
downloadruby-80b13631bc16be93911287e227b1e4bf719b8fac.tar.gz
Add --with-git option
* configure.in, win32/configure.bat: add --with-git option to tell git command to use, or not to use git. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 608e4a2d0d..49ef6c0385 100644
--- a/common.mk
+++ b/common.mk
@@ -1078,9 +1078,11 @@ up::
after-update:: extract-extlibs
-update-remote:: update-src update-rubyspec update-download
+update-remote:: update-src update-download $(HAVE_GIT:yes=)update-rubyspec
update-download:: update-unicode update-gems download-extlibs
+noupdate-rubyspec:
+
update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
../tool/downloader.rb -e gnu \