зеркало из https://github.com/github/ruby.git
* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
79b62da9b4
Коммит
a5488474c2
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 9 10:58:48 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.
|
||||
|
||||
Tue Jun 9 01:07:33 2009 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* thread.c: rename functions which require a parameter
|
||||
|
|
|
@ -101,6 +101,7 @@ CP = cp
|
|||
MV = mv
|
||||
RM = rm -f
|
||||
RMDIRS = @RMDIRS@
|
||||
RMALL = @RMALL@
|
||||
NM = @NM@
|
||||
AR = @AR@
|
||||
ARFLAGS = rcu
|
||||
|
|
|
@ -70,6 +70,7 @@ AUTOCONF = autoconf
|
|||
IFCHANGE = $(COMSPEC) /C $(srcdir:/=\)\win32\ifchange.bat
|
||||
RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat
|
||||
RMDIRS = $(COMSPEC) /C $(srcdir:/=\)\win32\rmdirs.bat
|
||||
RMALL = $(COMSPEC) /C rmdir /s /q
|
||||
CP = copy > nul
|
||||
MV = move > nul
|
||||
!if !defined(BASERUBY)
|
||||
|
|
Загрузка…
Ссылка в новой задаче