comparison make-dist @ 14018:0a94cd2c51c4

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 00:45:43 +0000
parents 0923c642e324
children d3be604d3700
comparison
equal deleted inserted replaced
14017:6fb89c4b21c3 14018:0a94cd2c51c4
368 #### actually we just re-copy anything with a link count greater 368 #### actually we just re-copy anything with a link count greater
369 #### than two. (Yes, strictly greater than 2 is correct; since we 369 #### than two. (Yes, strictly greater than 2 is correct; since we
370 #### created these files by linking them in from the original tree, 370 #### created these files by linking them in from the original tree,
371 #### they'll have exactly two links normally.) 371 #### they'll have exactly two links normally.)
372 #### 372 ####
373 #### Commented out since it's not stricly necessary; it should suffice 373 #### Commented out since it's not strictly necessary; it should suffice
374 #### to just break the link on alloca.c. 374 #### to just break the link on alloca.c.
375 #echo "Breaking intra-tree links." 375 #echo "Breaking intra-tree links."
376 #find ${tempdir} ! -type d -links +2 \ 376 #find ${tempdir} ! -type d -links +2 \
377 # -exec cp -p {} $$ \; -exec rm -f {} \; -exec mv $$ {} \; 377 # -exec cp -p {} $$ \; -exec rm -f {} \; -exec mv $$ {} \;
378 rm -f $tempdir/lib-src/alloca.c 378 rm -f $tempdir/lib-src/alloca.c