comparison make-dist @ 3155:b18adae0a424

Don't forget to remove temporary files.
author Jim Blandy <jimb@redhat.com>
date Thu, 27 May 1993 01:12:16 +0000
parents 6bdedf954822
children 3d245dcabb93
comparison
equal deleted inserted replaced
3154:df38b7e1244d 3155:b18adae0a424
93 bogosities="`comm -13 /tmp/el /tmp/elc`" 93 bogosities="`comm -13 /tmp/el /tmp/elc`"
94 if [ "${bogosities}" != "" ]; then 94 if [ "${bogosities}" != "" ]; then
95 echo "The following .elc files have no corresponding .el files:" 95 echo "The following .elc files have no corresponding .el files:"
96 echo "${bogosities}" 96 echo "${bogosities}"
97 fi 97 fi
98 rm -f /tmp/el /tmp/elc
98 99
99 echo "Creating staging directory: \`${tempparent}'" 100 echo "Creating staging directory: \`${tempparent}'"
100 mkdir ${tempparent} 101 mkdir ${tempparent}
101 emacsname="emacs-${version}${new_extension}" 102 emacsname="emacs-${version}${new_extension}"
102 tempdir="${tempparent}/${emacsname}" 103 tempdir="${tempparent}/${emacsname}"