From: Steve Hay Date: Fri, 4 Mar 2005 17:11:56 +0000 (+0000) Subject: Suppress "ECHO is on." messages when using dmake on Win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6bbff615ed723ae41b6e721cd8dfbcda8084de40;p=p5sagit%2Fp5-mst-13.2.git Suppress "ECHO is on." messages when using dmake on Win32 (The shell's "echo" command displays the current echo setting when called with no arguments. Use "echo." to display nothing.) p4raw-id: //depot/perl@24005 --- diff --git a/win32/makefile.mk b/win32/makefile.mk index c4c0115..dfb3fb4 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -690,7 +690,7 @@ PERLDLL = ..\perl59.dll XCOPY = xcopy /f /r /i /d RCOPY = xcopy /f /r /i /e /d -NOOP = @echo +NOOP = @echo. # # filenames given to xsubpp must have forward slashes (since it puts