summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-24 12:22:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-24 12:22:17 +0900
commit7f2f56b2f51269f42f822ecf346375b040267595 (patch)
tree9d4b9d5f262a07129af53db1f33bc45834327b56 /common.mk
parent50e993d4e347bd3e821c4996cc745fa0aa74bd64 (diff)
Define GITPULLOPTION to rebase [Bug #15871]
Diffstat (limited to 'common.mk')
-rwxr-xr-xcommon.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 477a410427..501dc01eff 100755
--- a/common.mk
+++ b/common.mk
@@ -38,6 +38,8 @@ RUBYLIB = $(PATH_SEPARATOR)
RUBYOPT = -
RUN_OPTS = --disable-gems
+GITPULLOPTIONS = --rebase --autostash
+
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) -I$(UNICODE_HDR_DIR)
GEM_HOME =