* common.mk: support make id.h
without rm .id.h.time
after rm id.h
.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1c9ba83303
commit
a7208d2a81
@ -1,3 +1,8 @@
|
|||||||
|
Thu Aug 23 20:58:55 2012 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
|
* common.mk: support `make id.h` without `rm .id.h.time` after
|
||||||
|
`rm id.h`.
|
||||||
|
|
||||||
Thu Aug 23 20:48:45 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
Thu Aug 23 20:48:45 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.
|
* test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.
|
||||||
|
@ -852,8 +852,7 @@ incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}encdb.h {$(VPATH)}transdb.h {$(
|
|||||||
|
|
||||||
insns: $(INSNS)
|
insns: $(INSNS)
|
||||||
|
|
||||||
$(ID_H_INCLUDES): $(ID_H_TARGET)
|
$(ID_H_INCLUDES) $(ID_H_TARGET): {$(VPATH)}parse.h $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl
|
||||||
$(ID_H_TARGET): {$(VPATH)}parse.h $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl
|
|
||||||
$(ECHO) generating id.h
|
$(ECHO) generating id.h
|
||||||
$(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb --if-change --output=id.h \
|
$(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb --if-change --output=id.h \
|
||||||
--timestamp=$@ \
|
--timestamp=$@ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user