mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
de9a5238c3
commit
1a291e4544
2 changed files with 4 additions and 2 deletions
|
@ -10,6 +10,8 @@ Tue Jul 29 19:20:34 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|||
|
||||
* MANIFEST: add lib/un.rb.
|
||||
|
||||
* ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.
|
||||
|
||||
Tue Jul 29 18:55:22 2003 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* lib/net/smtp.rb: unify coding style.
|
||||
|
|
|
@ -168,8 +168,8 @@ unless $message
|
|||
$ignore ||= true
|
||||
when "install"
|
||||
$ignore ||= true
|
||||
$mflags.unshift("INSTALL_PROG=install -c -m 0755",
|
||||
"INSTALL_DATA=install -c -m 0644",
|
||||
$mflags.unshift("INSTALL_PROG=install -c -p -m 0755",
|
||||
"INSTALL_DATA=install -c -p -m 0644",
|
||||
"MAKEDIRS=mkdir -p") if $dryrun
|
||||
end
|
||||
$message.sub!(/e?$/, "ing")
|
||||
|
|
Loading…
Add table
Reference in a new issue