comparison make-dist @ 1640:71a9637cab59

Finish previous change.
author Jim Blandy <jimb@redhat.com>
date Tue, 24 Nov 1992 02:40:36 +0000
parents 5ca8f0065e4e
children c4da55e6cfd3
comparison
equal deleted inserted replaced
1639:10665fb61dd4 1640:71a9637cab59
86 trap "echo 'Interrupted...cleaning up the staging directory.'; rm -rf ${tempparent}; exit 1" 1 2 15 86 trap "echo 'Interrupted...cleaning up the staging directory.'; rm -rf ${tempparent}; exit 1" 1 2 15
87 fi 87 fi
88 88
89 echo "Creating top directory: \`${tempdir}'" 89 echo "Creating top directory: \`${tempdir}'"
90 mkdir ${tempdir} 90 mkdir ${tempdir}
91
92 echo
93
94 echo "Don't worry if `ln' complains that it can't make
95 echo "cross-filesystem links for these files; we take care of them
96 echo "later.
97 91
98 ### We copy in the top-level files before creating the subdirectories in 92 ### We copy in the top-level files before creating the subdirectories in
99 ### hopes that this will make the top-level files appear first in the 93 ### hopes that this will make the top-level files appear first in the
100 ### tar file; this means that people can start reading the INSTALL and 94 ### tar file; this means that people can start reading the INSTALL and
101 ### README while the rest of the tar file is still unpacking. Whoopee. 95 ### README while the rest of the tar file is still unpacking. Whoopee.