mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
afba32494c
commit
75412a4322
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
Fri Jan 16 18:43:30 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* tool/make-snapshot (package): includes all rules and expand
|
* 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
|
vmtc.inc vm.inc
|
||||||
|
|
||||||
up::
|
up::
|
||||||
@ set LC_TIME=C & $(VCSUP) "$(srcdir)"
|
@(set LC_TIME=C & $(VCSUP) "$(srcdir)")
|
||||||
|
|
||||||
!include $(srcdir)/common.mk
|
!include $(srcdir)/common.mk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue