ruby-changes:36857
From: nobu <ko1@a...>
Date: Tue, 23 Dec 2014 23:30:55 +0900 (JST)
Subject: [ruby-changes:36857] nobu:r48938 (trunk): common.mk: run after-update
nobu 2014-12-23 23:30:32 +0900 (Tue, 23 Dec 2014) New Revision: 48938 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48938 Log: common.mk: run after-update * common.mk (up): run after-update on every platforms. Modified files: trunk/Makefile.in trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 48937) +++ common.mk (revision 48938) @@ -900,6 +900,9 @@ dist: https://github.com/ruby/ruby/blob/trunk/common.mk#L900 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 Index: Makefile.in =================================================================== --- Makefile.in (revision 48937) +++ Makefile.in (revision 48938) @@ -438,9 +438,6 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(S https://github.com/ruby/ruby/blob/trunk/Makefile.in#L438 up:: @$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP) -up:: - -$(Q)$(MAKE) $(MFLAGS) after-update - after-update:: update-config_files update-mspec: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/