mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
make-snapshot: after-update
* tool/make-snapshot (package): fix missing after-update for libffi and so on. [ruby-dev:50244] [Bug #13897] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ad094e3ac3
commit
eb0146e2db
1 changed files with 2 additions and 1 deletions
|
@ -341,10 +341,11 @@ def package(vcs, rev, destdir, tmp = nil)
|
|||
mk << <<-'APPEND'
|
||||
|
||||
prereq: clean-cache $(CLEAN_CACHE)
|
||||
clean-cache $(CLEAN_CACHE): extract-gems
|
||||
clean-cache $(CLEAN_CACHE): after-update
|
||||
touch-unicode-files: _touch-unicode-files
|
||||
update-download:: touch-unicode-files
|
||||
update-download:: update-gems
|
||||
after-update:: extract-gems
|
||||
extract-gems: update-gems
|
||||
update-gems:
|
||||
_touch-unicode-files:
|
||||
|
|
Loading…
Reference in a new issue