]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't break intra-tree links.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Jul 1995 13:22:05 +0000 (13:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Jul 1995 13:22:05 +0000 (13:22 +0000)
make-dist

index 3a348b5f54c243f5f4b05ba0257fb978da22adc3..7352956839bbdf72ca5bdbab0dd4fcdd0cb0e237 100755 (executable)
--- 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."