зеркало из https://github.com/github/ruby.git
* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use
copy command instead of install. use -run install. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4c6084c4cd
Коммит
cbefc993ac
|
@ -1,3 +1,8 @@
|
|||
Fri Oct 6 09:56:31 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use
|
||||
copy command instead of install. use -run install.
|
||||
|
||||
Fri Oct 6 06:53:46 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c (rb_yield_0): small refactoring.
|
||||
|
|
|
@ -349,9 +349,6 @@ s,@ARFLAGS@,$(ARFLAGS) ,;t t
|
|||
s,@LN_S@,$(LN_S),;t t
|
||||
s,@SET_MAKE@,$(SET_MAKE),;t t
|
||||
s,@CP@,copy > nul,;t t
|
||||
s,@INSTALL@,copy > nul,;t t
|
||||
s,@INSTALL_PROG@,$$(INSTALL),;t t
|
||||
s,@INSTALL_DATA@,$$(INSTALL),;t t
|
||||
s,@LIBOBJS@, acosh.obj crypt.obj erf.obj win32.obj,;t t
|
||||
s,@ALLOCA@,$(ALLOCA),;t t
|
||||
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
|
||||
|
|
|
@ -399,9 +399,6 @@ s,@ARFLAGS@,$(ARFLAGS),;t t
|
|||
s,@LN_S@,$(LN_S),;t t
|
||||
s,@SET_MAKE@,$(SET_MAKE),;t t
|
||||
s,@CP@,copy > nul,;t t
|
||||
s,@INSTALL@,copy > nul,;t t
|
||||
s,@INSTALL_PROG@,$$(INSTALL),;t t
|
||||
s,@INSTALL_DATA@,$$(INSTALL),;t t
|
||||
s,@LIBOBJS@, acosh.obj crypt.obj erf.obj win32.obj,;t t
|
||||
s,@ALLOCA@,$(ALLOCA),;t t
|
||||
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
|
||||
|
|
|
@ -366,9 +366,6 @@ s,@ARFLAGS@,$(ARFLAGS),;t t
|
|||
s,@LN_S@,$(LN_S),;t t
|
||||
s,@SET_MAKE@,$(SET_MAKE),;t t
|
||||
s,@CP@,copy > nul,;t t
|
||||
s,@INSTALL@,copy > nul,;t t
|
||||
s,@INSTALL_PROG@,$$(INSTALL),;t t
|
||||
s,@INSTALL_DATA@,$$(INSTALL),;t t
|
||||
s,@LIBOBJS@, acosh.obj crypt.obj erf.obj win32.obj isinf.obj isnan.obj,;t t
|
||||
s,@ALLOCA@,$(ALLOCA),;t t
|
||||
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
|
||||
|
|
Загрузка…
Ссылка в новой задаче