From 4c2addc19c696faa49abc44687742b211872ab2c Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 27 Nov 2002 17:51:27 +0000 Subject: * lib/mkmf.rb: Make sure to dig the destination directory before installing a file there. Formerly "make install" could fail depending on make(1)'s mood of the moment, especially when -jN is given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9df262693..1bd54d841 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Nov 28 02:40:42 2002 Akinori MUSHA + + * lib/mkmf.rb: Make sure to dig the destination directory before + installing a file there. Formerly "make install" could fail + depending on make(1)'s mood of the moment, especially when -jN + is given. + Wed Nov 27 17:39:38 2002 Akinori MUSHA * ext/syslog/syslog.c: Cut redundancy. -- cgit