diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-03 09:44:33 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-03 09:44:33 +0000 |
| commit | 8c21834eb7d8823df40a7a036717337bf1d38456 (patch) | |
| tree | 7f14c7161649e23ffd37ba1508a92fc63bbc2aa8 /ChangeLog | |
| parent | b417f99856471ff24a6cda4f059ac3938b76b379 (diff) | |
| download | ruby-8c21834eb7d8823df40a7a036717337bf1d38456.tar.gz ruby-8c21834eb7d8823df40a7a036717337bf1d38456.tar.xz ruby-8c21834eb7d8823df40a7a036717337bf1d38456.zip | |
* common.mk: add {pre,post}-install targets.
* instruby.rb (install?): install particular part.
* bcc32/Makefile.sub (post-install-ext): remove debug information
files after installation.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Thu Mar 3 18:38:26 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> +Thu Mar 3 18:44:18 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * {bcc32,win32,wince}/Makefile.sub (config.h): check if affected when makefiles are modified. @@ -10,6 +10,13 @@ Thu Mar 3 18:38:26 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/resource.rb: more descriptions. + * common.mk: add {pre,post}-install targets. + + * instruby.rb (install?): install particular part. + + * bcc32/Makefile.sub (post-install-ext): remove debug information + files after installation. + Thu Mar 3 11:49:51 2005 Kouhei Sutou <kou@cozmixng.org> * sample/rss/tdiary_plugin/rss-recent.rb: added site information. |
