summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-05 11:30:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-05 11:53:41 +0900
commit3adf84a0790aa2edb9e6c121e1e1e223cc7c0bbd (patch)
treedc8cadf1034c3becf71b073d3f4b92ff6ded60da /common.mk
parent449ef72cb97ae57e57c523d2252528f8eb7b9d3e (diff)
Commented out the sh-specific code, in cmd.exe
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 10d68d8799..fe6c5cfba7 100644
--- a/common.mk
+++ b/common.mk
@@ -737,7 +737,8 @@ clean-spec: PHONY
check: main test test-tool test-all test-spec
$(ECHO) check succeeded
- -$(Q) if [ x"$(GIT)" != x ] && $(CHDIR) "$(srcdir)" && \
+ -$(Q) : : "run only on sh"; \
+ if [ x"$(GIT)" != x ] && $(CHDIR) "$(srcdir)" && \
b=`$(GIT) symbolic-ref --short HEAD 2>&1` && \
u=`$(GIT) branch --list --format='%(upstream:short)' $$b`; then \
set -x; $(GIT) --no-pager log --format=oneline -G "^ *# *include" $$u..HEAD --; \