mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: use added options for generic_erb.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9dd20d027c
commit
c2fab59341
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Oct 18 01:33:22 2008 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* common.mk: use added options for generic_erb.rb.
|
||||
|
||||
Sat Oct 18 00:47:51 2008 wanabe <s.wanabe@gmail.com>
|
||||
|
||||
* array.c: don't recycle shared-array while sort!.
|
||||
|
|
|
@ -650,7 +650,7 @@ transdb.h: $(PREP) srcs-enc
|
|||
# $(srcdir)/template/id.h.tmpl --vpath=$(VPATH) parse.h
|
||||
|
||||
known_errors.inc: $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def
|
||||
$(BASERUBY) $(srcdir)/tool/generic_erb.rb $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def > $@
|
||||
$(BASERUBY) $(srcdir)/tool/generic_erb.rb -c -o $@ $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def
|
||||
|
||||
miniprelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb
|
||||
$(BASERUBY) -I$(srcdir) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@
|
||||
|
|
Loading…
Reference in a new issue