This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e99b0bf
)
Suppress "ECHO is on." messages when using dmake on Win32
author
Steve Hay
<SteveHay@planit.com>
Fri, 4 Mar 2005 17:11:56 +0000
(17:11 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Fri, 4 Mar 2005 17:11:56 +0000
(17:11 +0000)
(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
win32/makefile.mk
patch
|
blob
|
blame
|
history
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
c4c0115
..
dfb3fb4
100644
(file)
--- 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