From 3fbc62445e7637ff81fa42c6b20f43b9d9607709 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 14 Dec 2011 11:02:00 +0000 Subject: * common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platform specific hack from common.mk to Makefile.in (and win32/Makefile.sub). [Bug #5711] * lib/mkmf.rb: we can generate Makefile as we like. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index a6e764df95..774011c8d9 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1,7 +1,7 @@ # -*- makefile -*- SHELL = $(COMSPEC) -NULLCMD = : +ECHO1 = $(V:1=@:) RUNCMD = $(COMSPEC) /c MKFILES = Makefile NULL = nul @@ -733,6 +733,7 @@ s,@target_alias@,$(ARCH)-$(PLATFORM),;t t s,@target_cpu@,$(ARCH),;t t s,@target_vendor@,pc,;t t s,@target_os@,$(PLATFORM),;t t +s,@NULLCMD@,:,;t t s,@CC@,$(CC),;t t s,@CPP@,$(CPP),;t t s,@CXX@,$$(CC),;t t -- cgit v1.2.3