]> git.eshelyaron.com Git - emacs.git/commitdiff
Break the hard link on alloca.c.
authorKarl Heuer <kwzh@gnu.org>
Mon, 6 Nov 1995 22:05:26 +0000 (22:05 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 6 Nov 1995 22:05:26 +0000 (22:05 +0000)
make-dist

index 004e83560aab3339ece47b49bfdef2d10aad8d8c..dbef3e9351d67cddb0ca239f4a0ee2b4db07145d 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -367,9 +367,14 @@ 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.)
+####
+#### Commented out since it's not stricly necessary; it should suffice
+#### to just break the link on alloca.c.
 #echo "Breaking intra-tree links."
 #find ${tempdir} ! -type d -links +2 \
 #  -exec cp -p {} $$ \; -exec rm -f {} \; -exec mv $$ {} \;
+rm -f $tempdir/lib-src/alloca.c
+cp $tempdir/src/alloca.c $tempdir/lib-src/alloca.c
 
 if [ "${newer}" ]; then
   echo "Removing files older than $newer."