Actually, "@echo." still emits a blank line. Use "@rem" instead as the
no-op. This was being used in the Win95 case, but works fine on WinNT
too, and is actually what ExtUtils-MakeMaker uses.
Also change the nmake Makefile.
p4raw-id: //depot/perl@24006
XCOPY = xcopy /f /r /i /d
RCOPY = xcopy /f /r /i /e /d
-NOOP = @echo
+NOOP = @rem
NULL =
DEL = del
XCOPY = xcopy /f /r /i /d
RCOPY = xcopy /f /r /i /e /d
-NOOP = @echo.
+NOOP = @rem
#
# filenames given to xsubpp must have forward slashes (since it puts
.IF "$(IS_WIN95)" == "define"
MK2 = .\makefile.95
RIGHTMAKE = __switch_makefiles
-NOOP = @rem
.ELSE
MK2 = __not_needed
RIGHTMAKE =