ruby-changes:59685
From: Nobuyoshi <ko1@a...>
Date: Sun, 12 Jan 2020 19:53:43 +0900 (JST)
Subject: [ruby-changes:59685] 8afd304f41 (master): Ignore existing ChangeLog file and generate always [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=8afd304f41 From 8afd304f41ad044964c700ac194b818003b39a6e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 12 Jan 2020 19:50:34 +0900 Subject: Ignore existing ChangeLog file and generate always [ci skip] diff --git a/common.mk b/common.mk index ad32792..374832c 100644 --- a/common.mk +++ b/common.mk @@ -1523,7 +1523,9 @@ update-man-date: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1523 -e '$$_.sub!(/^(\.Dd ).*/){$$1+@v...(ARGF.path).strftime("%B %d, %Y")}' \ "$(srcdir)" "$(srcdir)"/man/*.1 +.PHONY: ChangeLog ChangeLog: + $(ECHO) Generating $@ -$(Q) $(BASERUBY) -I"$(srcdir)/tool/lib" -rvcs \ -e 'VCS.detect(ARGV[0]).export_changelog("@", nil, nil, ARGV[1])' \ "$(srcdir)" $@ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/