mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
e8c22d746b
commit
51f945670f
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue