diff options
author | Steve Hay <SteveHay@planit.com> | 2005-03-04 17:11:56 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-03-04 17:11:56 +0000 |
commit | 6bbff615ed723ae41b6e721cd8dfbcda8084de40 (patch) | |
tree | e656616213b0ce8430e695d2741565e43b09568c /win32/makefile.mk | |
parent | e99b0bf3355fd2ede555e05f6f07bf3c364e2b72 (diff) | |
download | perl-6bbff615ed723ae41b6e721cd8dfbcda8084de40.tar.gz |
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
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index c4c0115e48..dfb3fb4fde 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 |