diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-05-27 23:07:50 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-05-27 23:07:50 +0000 |
| commit | e7fd9042de9c1a1bc58f74a520cb9646d5cebc9e (patch) | |
| tree | b8d75f2e267009b34ee621b3b2dc76a0e4116998 /src | |
| parent | 605cee517c573e9e856003feae232e7078b78ed9 (diff) | |
| download | krb5-e7fd9042de9c1a1bc58f74a520cb9646d5cebc9e.tar.gz krb5-e7fd9042de9c1a1bc58f74a520cb9646d5cebc9e.tar.xz krb5-e7fd9042de9c1a1bc58f74a520cb9646d5cebc9e.zip | |
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 8 | ||||
| -rw-r--r-- | src/config/win-pre.in | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 015aad6a4b..250f143b45 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -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 diff --git a/src/config/win-pre.in b/src/config/win-pre.in index 7590462410..031058c460 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 |
