[前][次][番号順一覧][スレッド一覧]

ruby-changes:47824

From: nobu <ko1@a...>
Date: Sun, 17 Sep 2017 15:50:36 +0900 (JST)
Subject: [ruby-changes:47824] nobu:r59942 (trunk): make-snapshot: after-update

nobu	2017-09-17 15:50:31 +0900 (Sun, 17 Sep 2017)

  New Revision: 59942

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59942

  Log:
    make-snapshot: after-update
    
    * tool/make-snapshot (package): fix missing after-update for
      libffi and so on.  [ruby-dev:50244] [Bug #13897]

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 59941)
+++ tool/make-snapshot	(revision 59942)
@@ -341,10 +341,11 @@ def package(vcs, rev, destdir, tmp = nil https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L341
       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:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]