Mercurial > emacs
changeset 12480:543e6df4f753
Don't break intra-tree links.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 07 Jul 1995 13:22:05 +0000 |
parents | 998641b2f5d6 |
children | cca1dbc550dd |
files | make-dist |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Fri Jul 07 13:21:20 1995 +0000 +++ b/make-dist Fri Jul 07 13:22:05 1995 +0000 @@ -362,9 +362,9 @@ #### than two. (Yes, strictly greater than 2 is correct; since we #### created these files by linking them in from the original tree, #### they'll have exactly two links normally.) -echo "Breaking intra-tree links." -find ${tempdir} ! -type d -links +2 \ - -exec cp -p {} $$ \; -exec rm -f {} \; -exec mv $$ {} \; +#echo "Breaking intra-tree links." +#find ${tempdir} ! -type d -links +2 \ +# -exec cp -p {} $$ \; -exec rm -f {} \; -exec mv $$ {} \; if [ "${newer}" ]; then echo "Removing files older than $newer."