diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-06 09:33:20 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-06 09:33:20 +0000 |
| commit | 7dfc99a3c67c073a737739ebb9c2cd5f07c9dd6c (patch) | |
| tree | e6527035dd41f43b8547690a4e2d3448e5f07032 /tool | |
| parent | b97d69433aa23d333f11dca961fc05efbcd327dc (diff) | |
* tool/make-snapshot (package): added RM and CP. [ruby-dev:37288]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
| -rwxr-xr-x | tool/make-snapshot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot index 25d61a795..7b257f3d1 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -151,6 +151,8 @@ def package(rev, destdir) f.puts "s,@OBJEXT@,|#_!!_#|o,g" f.puts "s,@LIBRUBY@,|#_!!_#|liburyb.a,g" f.puts "s,@LIBRUBY_A@,|#_!!_#|liburyb.a,g" + f.puts "s,@RM@,|#_!!_#|rm -f,g" + f.puts "s,@CP@,|#_!!_#|cp,g" } FileUtils.mkpath(hdrdir = "#{extout}/include/ruby") File.open("#{hdrdir}/config.h", "w") {} |
