mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/setup.mak: $(APPEND) with some arguments insert a space before
the arguments, so it causes error if the arguments are expected to be a macro definition. this fix resolve the build error introduced at r48210. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
74ec76990a
commit
a12ca2113d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
Fri Oct 31 17:22:19 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/setup.mak: $(APPEND) with some arguments insert a space before
|
||||
the arguments, so it causes error if the arguments are expected to be
|
||||
a macro definition. this fix resolve the build error introduced at
|
||||
r48210.
|
||||
|
||||
Fri Oct 31 16:47:35 2014 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/syslog/lib/syslog/logger.rb (Syslog::Logger::VERSION): Bump
|
||||
|
|
|
@ -155,7 +155,7 @@ MACHINE = x86
|
|||
#endif
|
||||
<<
|
||||
!if defined($(CPU))
|
||||
@$(APPEND) $(CPU) = $(PROCESSOR_LEVEL)
|
||||
@echo>>$(MAKEFILE) $(CPU) = $(PROCESSOR_LEVEL)
|
||||
!endif
|
||||
@$(APPEND)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue