From 51f945670f77108c1876608fafc53ae4069f2d00 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Dec 2014 14:30:32 +0000 Subject: common.mk: run after-update * common.mk (up): run after-update on every platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 3 --- common.mk | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 02274e4633..8a7707a81f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -438,9 +438,6 @@ 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: diff --git a/common.mk b/common.mk index 1b3c541d9c..6a878bcfc5 100644 --- a/common.mk +++ b/common.mk @@ -900,6 +900,9 @@ dist: up:: -$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)" +up:: + -$(Q)$(MAKE) $(MFLAGS) after-update + after-update:: update-unicode update-gems common-srcs extract-extlibs update-config_files: PHONY -- cgit v1.2.3