Mercurial > hg > xemacs-beta
changeset 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 | 91da4ecd9da0 |
children | 12095b04a9b6 |
files | nt/ChangeLog nt/xemacs.mak |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Wed Sep 26 14:38:18 2001 +0000 +++ b/nt/ChangeLog Fri Sep 28 15:31:01 2001 +0000 @@ -1,3 +1,8 @@ +2001-09-28 Adrian Aichner <adrian@xemacs.org> + + * xemacs.mak (COPY): Use xcopy /r for NT 4.0 compatibility. + * xemacs.mak (COPYDIR): Ditto + 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.3 "asparagus" is released.
--- 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