summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-21 12:32:49 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-21 12:32:49 +0000
commit62dfdaf094f4a9dfb78527d670c628321c3002c1 (patch)
tree8e25c802c995ee2c6522856b22472ccf74d1a618 /make-dist
parente155e60e2dfaa1c400beec0f42ce1b2414aaefc6 (diff)
downloademacs-62dfdaf094f4a9dfb78527d670c628321c3002c1.tar.gz
(making links to `src'): Keep timestamp on copied files.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 6b910af5242..fb60c85e102 100755
--- a/make-dist
+++ b/make-dist
@@ -344,12 +344,12 @@ echo "Making links to \`src'"
# test -f appears to succeed for a symlink
if test -L ../${tempdir}/src/$file; then
rm ../${tempdir}/src/$file
- cp $file ../${tempdir}/src
+ cp -p $file ../${tempdir}/src
chmod a-w ../${tempdir}/src/$file
fi
else
rm ../${tempdir}/src/$file
- cp $file ../${tempdir}/src
+ cp -p $file ../${tempdir}/src
chmod a-w ../${tempdir}/src/$file
fi
done