* win-pre.in (CP): Copy nul: plus the file, to avoid carrying over the original
authorKen Raeburn <raeburn@mit.edu>
Thu, 27 May 2004 23:07:50 +0000 (23:07 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 27 May 2004 23:07:50 +0000 (23:07 +0000)
modification time, since some of our makefiles depend on $(CP) updating the
timestamp.  Use binary mode for the copy, because default/ASCII seems to cause
a ^Z to be added to the file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16369 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/win-pre.in

index 015aad6a4b9977533187786193aeeb2e8e891e82..250f143b45dc8b984b27ef65cdb610bd70372853 100644 (file)
@@ -1,3 +1,11 @@
+2004-05-27  Ken Raeburn  <raeburn@mit.edu>
+
+       * win-pre.in (CP): Copy nul: plus the file, to avoid carrying over
+       the original modification time, since some of our makefiles depend
+       on $(CP) updating the timestamp.  Use binary mode for the copy,
+       because default/ASCII seems to cause a ^Z to be added to the
+       file.
+
 2004-05-12  Ken Raeburn  <raeburn@mit.edu>
 
        * shlib.conf (*-*-linux*): Use GNU linker's --retain-symbols-file
index 75904624107cd8350b931cf945132be15e524630..031058c4609b258cc8081fd1762118fc729218ff 100644 (file)
@@ -155,7 +155,7 @@ EXE_LINKOPTS=$(LOPTS)
 
 RM=$(BUILDTOP)\config\rm.bat
 LIBECHO=$(BUILDTOP)\util\windows\$(OUTPRE)libecho
-CP=copy
+CP=copy/b nul:+
 MV=ren
 LN=copy
 LIBCMD=lib