From 9f60d8421c2b37974ae2f9868a24002a0334a831 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 14 Jun 2013 05:10:15 +0000 Subject: [PATCH] * Makefile.in (after-update): non-configure platforms don't need config files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 5 +++++ common.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b848ee64cf..3c42ebd3e6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -431,6 +431,11 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP) up:: @$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP) +up:: + -$(Q)$(MAKE) $(MFLAGS) after-update + +after-update:: update-config_files + update-mspec: @$(CHDIR) $(srcdir); \ if [ -d spec/mspec ]; then \ diff --git a/common.mk b/common.mk index d21dda81ee..2f6134bb1c 100644 --- a/common.mk +++ b/common.mk @@ -1019,7 +1019,7 @@ gdb-ruby: $(PROGRAM) run.gdb PHONY dist: $(BASERUBY) $(srcdir)/tool/make-snapshot tmp $(RELNAME) -up:: update-config_files +up:: -$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)" update-config_files: $(srcdir)/tool/config.guess $(srcdir)/tool/config.sub