From: Richard M. Stallman Date: Fri, 7 Jul 1995 13:22:05 +0000 (+0000) Subject: Don't break intra-tree links. X-Git-Tag: emacs-19.34~3379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b23a6c733b0449d2e1a495a6a486310686fefdc;p=emacs.git Don't break intra-tree links. --- diff --git a/make-dist b/make-dist index 3a348b5f54c..7352956839b 100755 --- a/make-dist +++ b/make-dist @@ -362,9 +362,9 @@ done #### 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."