ruby-cvs:18448
From: (nobu) <nobu ruby-lang.org>
Date: Fri, 20 Oct 2006 08:43:09 +0900
Subject: [ruby-cvs:18448] ruby, ruby/bcc32: * common.mk (NULLCMD): dummy command.
nobu Fri, 20 Oct 2006 08:43:09 +0900
Modified files:
ruby:
ChangeLog common.mk
ruby/bcc32:
Makefile.sub
Log:
* common.mk (NULLCMD): dummy command.
* bcc32/Makefile.sub (post-install-*): Borland make cannot ignore
command-less double-colon rules. [ruby-dev:29676]
Revision Changes Path
1.5535 +7 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5534&r2=1.5535
1.34 +13 -0 ruby/common.mk
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/common.mk?cvsroot=src&r1=1.33&r2=1.34
1.95 +6 -6 ruby/bcc32/Makefile.sub
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/bcc32/Makefile.sub?cvsroot=src&r1=1.94&r2=1.95