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

ruby-changes:52189

From: nobu <ko1@a...>
Date: Fri, 17 Aug 2018 01:12:02 +0900 (JST)
Subject: [ruby-changes:52189] nobu:r64397 (trunk): Makefile.sub: remove -DRUBY_EXPORT overridden by -U option

nobu	2018-08-17 01:11:55 +0900 (Fri, 17 Aug 2018)

  New Revision: 64397

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

  Log:
    Makefile.sub: remove -DRUBY_EXPORT overridden by -U option

  Modified files:
    trunk/win32/Makefile.sub
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 64396)
+++ win32/Makefile.sub	(revision 64397)
@@ -1289,7 +1289,7 @@ clean-local:: https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L1289
 # for --jit-debug as well.
 $(TIMESTAMPDIR)/$(MJIT_PRECOMPILED_HEADER_NAME:.pch=).time: probes.h vm.$(OBJEXT)
 	$(ECHO) building $(@F:.time=.pch)
-	$(Q) $(CC) -DMJIT_HEADER $(CFLAGS) $(XCFLAGS) -URUBY_EXPORT $(CPPFLAGS) $(srcdir)/vm.c -c -Yc \
+	$(Q) $(CC) -DMJIT_HEADER $(CFLAGS) $(XCFLAGS:-DRUBY_EXPORT =) -URUBY_EXPORT $(CPPFLAGS) $(srcdir)/vm.c -c -Yc \
 	  $(COUTFLAG)$(@F:.time=.)$(OBJEXT) -Fp$(@F:.time=.pch).new
 	$(Q) $(IFCHANGE) "--timestamp=$@" $(@F:.time=.pch) $(@F:.time=.pch).new
 

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

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