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

ruby-changes:56878

From: Nobuyoshi <ko1@a...>
Date: Thu, 8 Aug 2019 22:40:46 +0900 (JST)
Subject: [ruby-changes:56878] Nobuyoshi Nakada: a206738762 (master): Remove temporary directory [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=a206738762

From a206738762ea788830e8b3ac58b37d705595a6fb Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Thu, 8 Aug 2019 22:40:09 +0900
Subject: Remove temporary directory [ci skip]


diff --git a/defs/gmake.mk b/defs/gmake.mk
index 0929eda..a376af5 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -320,5 +320,6 @@ update-deps: https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L320
 	git -C $(deps_dir) diff --no-ext-diff --ignore-submodules --exit-code || \
 	    git -C $(deps_dir) commit --all --message='Update dependencies'
 	git --git-dir=$(GIT_DIR) worktree remove $(deps_dir)
+	$(RMDIR) $(dir $(deps_dir))
 	git --git-dir=$(GIT_DIR) merge --no-edit --ff-only $(update_deps)
 	git --git-dir=$(GIT_DIR) branch --delete $(update_deps)
-- 
cgit v0.10.2


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

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