summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-07 13:22:05 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-07 13:22:05 +0000
commit88fe1373b5fbb685295156e3f7b3cf68323b3e86 (patch)
treef67ecfef1aedc4f4f54ee57853056d7bafdb9c2f /make-dist
parent22e74b543bb2997900846769df609ac5e7f000d7 (diff)
downloademacs-88fe1373b5fbb685295156e3f7b3cf68323b3e86.tar.gz
Don't break intra-tree links.
Diffstat (limited to 'make-dist')
-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
#### 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."