# HG changeset patch # User Richard M. Stallman # Date 805123325 0 # Node ID 543e6df4f75385056e80952a0ccf0190cdeea822 # Parent 998641b2f5d670386c7a5832359b53fd49520c92 Don't break intra-tree links. diff -r 998641b2f5d6 -r 543e6df4f753 make-dist --- 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."