From cde7ae1c15e2332d227acb92b5635bcd2b931f71 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 Oct 2014 03:55:08 +0000 Subject: common.mk: split after-update * common.mk (after-update): move platform independent targets from Makefile.in. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 2 +- common.mk | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 40a6dd6596..39fe0bb37f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -439,7 +439,7 @@ up:: up:: -$(Q)$(MAKE) $(MFLAGS) after-update -after-update:: update-config_files update-unicode update-gems +after-update:: update-config_files update-mspec: @$(CHDIR) $(srcdir); \ diff --git a/common.mk b/common.mk index 65a212eb59..bb1d9b5632 100644 --- a/common.mk +++ b/common.mk @@ -1075,6 +1075,8 @@ dist: up:: -$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)" +after-update:: update-unicode update-gems + update-config_files: PHONY $(Q) $(BASERUBY) -C "$(srcdir)/tool" \ ../tool/downloader.rb -e gnu \ -- cgit v1.2.3