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

ruby-changes:50248

From: nobu <ko1@a...>
Date: Sun, 11 Feb 2018 18:00:49 +0900 (JST)
Subject: [ruby-changes:50248] nobu:r62366 (trunk): win32/Makefile.sub: fix typo, missing comma

nobu	2018-02-11 18:00:44 +0900 (Sun, 11 Feb 2018)

  New Revision: 62366

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62366

  Log:
    win32/Makefile.sub: fix typo, missing comma

  Modified files:
    trunk/win32/Makefile.sub
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 62365)
+++ win32/Makefile.sub	(revision 62366)
@@ -1258,7 +1258,7 @@ mjit_config.h: https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L1258
 	@echo /* MJIT_CFLAGS */>> $@
 	@
 	@(set sep=#define MJIT_OPTFLAGS ) & \
-	for %I in ($(OPTFLAGS)) do @(call echo.%%sep%%"%%~I" \& set sep= ) >> $@
+	for %I in ($(OPTFLAGS)) do @(call echo.%%sep%%"%%~I", \& set sep= ) >> $@
 	@echo /* MJIT_OPTFLAGS */>> $@
 	@
 	@(set sep=#define MJIT_DEBUGFLAGS ) & \

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

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