summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-30 17:23:42 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-30 17:23:42 +0900
commite25088488bbf7b4bf1be19e57ee5fba41ad6f21c (patch)
tree39e76ebfe2ab7f16834692fb8d5c25b46e933c9a /common.mk
parent47144f91a176f263f870e05347d5b426efc40293 (diff)
Hint for the dependency update [Bug #16000]
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 817dc3fe72..11fcea9489 100644
--- a/common.mk
+++ b/common.mk
@@ -716,6 +716,7 @@ clean-spec: PHONY
check: main test test-tool test-all test-spec
$(ECHO) check succeeded
+ - $(GIT) --no-pager -C "$(srcdir)" log -G "^ *# *include" origin/master..HEAD
check-ruby: test test-ruby
fake: $(CROSS_COMPILING)-fake