Mercurial > hg > xemacs-beta
diff nt/xemacs.mak @ 669:5c696033aec4
[xemacs-hg @ 2001-09-28 15:31:01 by adrian]
[PATCH APPROVE] xemacs-21.5: Use xcopy /r in xemacs.mak for NT 4.0 compatibility <uk7yjzo5w.fsf@rapier.ecf.teradyne.com>
author | adrian |
---|---|
date | Fri, 28 Sep 2001 15:31:01 +0000 |
parents | 2538b7200a20 |
children | 943eaba38521 |
line wrap: on
line diff
--- a/nt/xemacs.mak Wed Sep 26 14:38:18 2001 +0000 +++ b/nt/xemacs.mak Fri Sep 28 15:31:01 2001 +0000 @@ -56,8 +56,9 @@ # Define the 'copy' command to use # Suppress confirmation for overwriting files -COPY=xcopy /q /y -COPYDIR=xcopy /q /y /e +# Use /r (instead of /y), which exists on Windows NT 4 and 5. +COPY=xcopy /q /r +COPYDIR=xcopy /q /r /e # Program name and version