* tool/generic_erb.rb: sends the result to stdout if no output option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
de85d6e92e
commit
295c75cb7c
@ -1,8 +1,9 @@
|
||||
Sun Oct 19 21:12:51 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Sun Oct 19 21:19:16 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (srcs): removed ID_H_TARGET.
|
||||
|
||||
* tool/generic_erb.rb: always overwrites if no if-change option.
|
||||
sends the result to stdout if no output option.
|
||||
|
||||
* template/id.h.tmpl: shows which token differs.
|
||||
|
||||
|
@ -29,4 +29,6 @@ if output
|
||||
end
|
||||
FileUtils.touch(timestamp)
|
||||
end
|
||||
else
|
||||
print result
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user