From 72aa4a8c46bb99c3c44675408c7994a2317b871a Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 Jan 2009 08:33:02 +0000 Subject: * configure.in (Makefile): set VCS and VCSUP. * Makefile.in, win32/Makefile.sub (up): split from common.mk. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index e9f29e28f4..75d9538d4d 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 -- cgit v1.2.3