aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-07 13:22:05 +0000
committerRichard M. Stallman1995-07-07 13:22:05 +0000
commit9b23a6c733b0449d2e1a495a6a486310686fefdc (patch)
tree2145d96bbd3982d815bd7f8fc3c3af7caa86b905
parent1eb9aca7ae6362a71d2c70740672da537038a5fd (diff)
downloademacs-9b23a6c733b0449d2e1a495a6a486310686fefdc.tar.gz
emacs-9b23a6c733b0449d2e1a495a6a486310686fefdc.zip
Don't break intra-tree links.
-rwxr-xr-xmake-dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/make-dist b/make-dist
index 3a348b5f54c..7352956839b 100755
--- a/make-dist
+++ b/make-dist
@@ -362,9 +362,9 @@ done
362#### than two. (Yes, strictly greater than 2 is correct; since we 362#### than two. (Yes, strictly greater than 2 is correct; since we
363#### created these files by linking them in from the original tree, 363#### created these files by linking them in from the original tree,
364#### they'll have exactly two links normally.) 364#### they'll have exactly two links normally.)
365echo "Breaking intra-tree links." 365#echo "Breaking intra-tree links."
366find ${tempdir} ! -type d -links +2 \ 366#find ${tempdir} ! -type d -links +2 \
367 -exec cp -p {} $$ \; -exec rm -f {} \; -exec mv $$ {} \; 367# -exec cp -p {} $$ \; -exec rm -f {} \; -exec mv $$ {} \;
368 368
369if [ "${newer}" ]; then 369if [ "${newer}" ]; then
370 echo "Removing files older than $newer." 370 echo "Removing files older than $newer."