summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-16 08:33:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-16 08:33:02 +0000
commit9ea86fe3bb33bfa402f0336c93f6a09cd3e00eb6 (patch)
treec53d83f0d0e87ea591a3f7385965d15b26ed7410 /common.mk
parente716038dada847e30a2433e958a954f42ff84d83 (diff)
downloadruby-9ea86fe3bb33bfa402f0336c93f6a09cd3e00eb6.tar.gz
ruby-9ea86fe3bb33bfa402f0336c93f6a09cd3e00eb6.tar.xz
ruby-9ea86fe3bb33bfa402f0336c93f6a09cd3e00eb6.zip
* configure.in (Makefile): set VCS and VCSUP.
* Makefile.in, win32/Makefile.sub (up): split from common.mk. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index e9f29e28f..75d9538d4 100644
--- a/common.mk
+++ b/common.mk
@@ -122,8 +122,6 @@ BOOTSTRAPRUBY = $(BASERUBY)
COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -rrbconfig $(srcdir)/tool/compile_prelude.rb
-VCS = svn
-
all: encs exts
exts: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY)
@$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS)
@@ -727,8 +725,7 @@ gdb-ruby: $(PROGRAM) run.gdb PHONY
dist:
$(BASERUBY) $(srcdir)/tool/make-snapshot tmp $(RELNAME)
-up:
- @$(VCS) up "$(srcdir)"
+up::
-@$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(srcdir)/revision.h"
help: PHONY