diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-22 14:52:59 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-22 14:52:59 +0000 |
| commit | 90d83c309e9b4bacb929672c7b3d84e1837b5966 (patch) | |
| tree | df2ac1f4ed4ba5cd77a5320c1a2858d689856173 /ChangeLog | |
| parent | 4d8ed9d9e9a0ff1d808ecc5d8935689248b5a08e (diff) | |
| download | ruby-90d83c309e9b4bacb929672c7b3d84e1837b5966.tar.gz ruby-90d83c309e9b4bacb929672c7b3d84e1837b5966.tar.xz ruby-90d83c309e9b4bacb929672c7b3d84e1837b5966.zip | |
* configure.in, lib/mkmf.rb: use simple commands if available.
* mkconfig.rb: remove autoconf internal variables from rbconfig.rb.
* lib/mkmf.rb (create_makefile): substitute implicit rules in depend
file.
* {bcc32,win32,wince}/Makefile.sub (COMPILE_RULES, RULE_SUBST):
include $(topdir) and $(hdrdir) to search path.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Tue Feb 22 23:52:45 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in, lib/mkmf.rb: use simple commands if available. + + * mkconfig.rb: remove autoconf internal variables from rbconfig.rb. + + * lib/mkmf.rb (create_makefile): substitute implicit rules in depend + file. + + * {bcc32,win32,wince}/Makefile.sub (COMPILE_RULES, RULE_SUBST): + include $(topdir) and $(hdrdir) to search path. + Tue Feb 22 23:51:45 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/syck/rubyext.c: get rid of warnings caused by a bug of VC. |
