1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2013-06-14 05:10:15 +00:00
parent 78963f8e8c
commit 9f60d8421c
2 changed files with 6 additions and 1 deletions

View file

@ -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 \

View file

@ -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