зеркало из https://github.com/github/ruby.git
* common.mk (node_name.inc): use $? instead of $< for nmake.
[ruby-dev:31356] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
2effce2eb5
Коммит
8063c2b2e3
|
@ -1,3 +1,8 @@
|
|||
Tue Aug 7 13:28:32 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (node_name.inc): use $? instead of $< for nmake.
|
||||
[ruby-dev:31356]
|
||||
|
||||
Tue Aug 7 12:45:13 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.
|
||||
|
|
|
@ -615,7 +615,7 @@ vm.inc: $(srcdir)/template/vm.inc.tmpl
|
|||
incs: $(INSNS) node_name.inc
|
||||
|
||||
node_name.inc: {$(VPATH)}node.h
|
||||
$(BASERUBY) -n $(srcdir)/tool/node_name.rb $< > $@
|
||||
$(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@
|
||||
|
||||
docs:
|
||||
$(BASERUBY) -I$(srcdir) $(srcdir)/tool/makedocs.rb $(INSNS2VMOPT)
|
||||
|
|
Загрузка…
Ссылка в новой задаче