From eb0146e2db23a82f01d1b50a59bc292a6338a1d1 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 17 Sep 2017 06:50:31 +0000 Subject: [PATCH] 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 --- tool/make-snapshot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: