diff options
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 |
