diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-18 08:34:45 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-18 08:34:45 +0000 |
| commit | d7d4d17287a2179178eaeaabce081b3cce266d92 (patch) | |
| tree | 3eb4b921b9040e659afc237b12bd08cf696fc2bd /ChangeLog | |
| parent | 0fb58ce0fe09195420d5f0fde536016ca63e4a52 (diff) | |
| download | ruby-d7d4d17287a2179178eaeaabce081b3cce266d92.tar.gz ruby-d7d4d17287a2179178eaeaabce081b3cce266d92.tar.xz ruby-d7d4d17287a2179178eaeaabce081b3cce266d92.zip | |
* lib/mkmf.rb (rm_f): use FileUtils.
* lib/mkmf.rb (modified?): return mtime of the target if
it exists and newer than times.
* lib/mkmf.rb (install_files): add a current directory
file even if it does not exist yet.
* lib/mkmf.rb (configuration): do not add $LDFLAGS to
DLDFLAGS.
* ext/extmk.rb (extmake): check whether Makefile is newer
than depend and MANIFEST.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Fri Jul 18 17:34:39 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * lib/mkmf.rb (rm_f): use FileUtils. + + * lib/mkmf.rb (modified?): return mtime of the target if + it exists and newer than times. + + * lib/mkmf.rb (install_files): add a current directory + file even if it does not exist yet. + + * lib/mkmf.rb (configuration): do not add $LDFLAGS to + DLDFLAGS. + + * ext/extmk.rb (extmake): check whether Makefile is newer + than depend and MANIFEST. + Fri Jul 18 14:57:19 2003 NAKAMURA Usaku <usa@ruby-lang.org> * win32/win32.c (make_cmdvector): recognize quote within string. |
