From e7fd9042de9c1a1bc58f74a520cb9646d5cebc9e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 27 May 2004 23:07:50 +0000 Subject: [PATCH] * 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16369 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 8 ++++++++ src/config/win-pre.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 015aad6a4..250f143b4 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,11 @@ +2004-05-27 Ken Raeburn + + * 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 * shlib.conf (*-*-linux*): Use GNU linker's --retain-symbols-file diff --git a/src/config/win-pre.in b/src/config/win-pre.in index 759046241..031058c46 100644 --- a/src/config/win-pre.in +++ b/src/config/win-pre.in @@ -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 -- 2.26.2