[前][次][番号順一覧][スレッド一覧]

ruby-changes:57212

From: Hiroshi <ko1@a...>
Date: Thu, 22 Aug 2019 07:22:13 +0900 (JST)
Subject: [ruby-changes:57212] Hiroshi SHIBATA: 1940347fdf (master): Use () instead of {} for nmake

https://git.ruby-lang.org/ruby.git/commit/?id=1940347fdf

From 1940347fdfe44a515a4d4ba31f068a245570b70d Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 22 Aug 2019 08:21:43 +1000
Subject: Use () instead of {} for nmake


diff --git a/common.mk b/common.mk
index 55d976d..e5ae5f1 100644
--- a/common.mk
+++ b/common.mk
@@ -1307,8 +1307,8 @@ PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log https://github.com/ruby/ruby/blob/trunk/common.mk#L1307
 test-bundler-parallel: $(TEST_RUNNABLE)-test-bundler-parallel
 yes-test-bundler-parallel: yes-test-bundler-prepare
 	$(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/parallel_rspec \
-		-o "--require ${srcdir}/spec/bundler/spec_helper --require ${srcdir}/spec/bundler/support/parallel" \
-		${PARALLELRSPECOPTS} spec/bundler/$(BUNDLER_SPECS)
+		-o "--require $(srcdir)/spec/bundler/spec_helper --require $(srcdir)/spec/bundler/support/parallel" \
+		$(PARALLELRSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
 no-test-bundler-parallel:
 
 GEM = up
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]