mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
* common.mk (srcs): removed ID_H_TARGET.
|
||||||
|
|
||||||
* tool/generic_erb.rb: always overwrites if no if-change option.
|
* 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.
|
* template/id.h.tmpl: shows which token differs.
|
||||||
|
|
||||||
|
|
|
@ -29,4 +29,6 @@ if output
|
||||||
end
|
end
|
||||||
FileUtils.touch(timestamp)
|
FileUtils.touch(timestamp)
|
||||||
end
|
end
|
||||||
|
else
|
||||||
|
print result
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue