зеркало из https://github.com/github/ruby.git
* win32/setup.mak: use findstr.exe instead of find.exe, because all
target build platforms should have findstr.exe, and, find.exe often means another command such as cygwin's. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a22b9b0945
Коммит
7b109f1772
|
@ -1,3 +1,9 @@
|
|||
Fri Nov 12 09:58:30 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/setup.mak: use findstr.exe instead of find.exe, because all
|
||||
target build platforms should have findstr.exe, and, find.exe often
|
||||
means another command such as cygwin's.
|
||||
|
||||
Fri Nov 12 00:30:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (config.h): need PRI_LL_PREFIX.
|
||||
|
|
|
@ -164,7 +164,7 @@ int main()
|
|||
|
||||
-version-: nul
|
||||
@$(APPEND)
|
||||
@$(CPP) -I$(srcdir) -I$(srcdir)/include <<"Creating $(MAKEFILE)" | find "=" >>$(MAKEFILE)
|
||||
@$(CPP) -I$(srcdir) -I$(srcdir)/include <<"Creating $(MAKEFILE)" | findstr "=" >>$(MAKEFILE)
|
||||
#define RUBY_REVISION 0
|
||||
#include "version.h"
|
||||
MAJOR = RUBY_API_VERSION_MAJOR
|
||||
|
|
Загрузка…
Ссылка в новой задаче