зеркало из https://github.com/github/ruby.git
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:
Родитель
e8c22d746b
Коммит
51f945670f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче