summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-17 06:50:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-17 06:50:31 +0000
commiteb0146e2db23a82f01d1b50a59bc292a6338a1d1 (patch)
treea5e882dde3d2496dc22e77638083d092037aaf60 /tool/make-snapshot
parentad094e3ac304bd99adb0a5543e9f5d5e31a3caad (diff)
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
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 3063f52deb..a005ebf297 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -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: