aboutsummaryrefslogtreecommitdiffstats
path: root/defs
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-03 03:38:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-03 03:38:13 +0000
commit0b4e4b20cb02776b95093933596c633d10b46986 (patch)
tree181a0e57f3b09a9f9599ac8d111b1e21d5db4b35 /defs
parent876bfc6b4ee6c0ddacbeff328dc428889d789a6b (diff)
downloadruby-0b4e4b20cb02776b95093933596c633d10b46986.tar.gz
extmk.rb: GNU make -C option
* ext/extmk.rb: use -C option for GNU make instead of shell. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 3ee34083f6..f5033b2245 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -1,4 +1,6 @@
# -*- makefile-gmake -*-
+gnumake = yes
+
TEST_TARGETS := $(filter check test check% test% btest%,$(MAKECMDGOALS))
TEST_TARGETS += $(subst check,test-all,$(patsubst check-%,test-%,$(TEST_TARGETS)))
TEST_TARGETS := $(patsubst test-%,yes-test-%,$(patsubst btest-%,yes-btest-%,$(TEST_TARGETS)))