* win32/Makefile.sub (up): tell nmake that need to run command via

shell.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2009-01-16 09:53:17 +00:00
Родитель afba32494c
Коммит 75412a4322
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Fri Jan 16 18:51:11 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (up): tell nmake that need to run command via
shell.
Fri Jan 16 18:43:30 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/make-snapshot (package): includes all rules and expand

Просмотреть файл

@ -297,7 +297,7 @@ INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \
vmtc.inc vm.inc
up::
@ set LC_TIME=C & $(VCSUP) "$(srcdir)"
@(set LC_TIME=C & $(VCSUP) "$(srcdir)")
!include $(srcdir)/common.mk