diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-27 01:12:16 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-27 01:12:16 +0000 |
commit | 576698c08739a959e03f382808c11d4a8da9f49f (patch) | |
tree | 85fcc40cfe7ea0460d224f595a5670a2f77e0f6c /make-dist | |
parent | f8fe13cb61b7110c1701569f78df6134d64ad3c1 (diff) | |
download | emacs-576698c08739a959e03f382808c11d4a8da9f49f.tar.gz |
Don't forget to remove temporary files.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make-dist b/make-dist index 34fbf0f7312..6c4117a2439 100755 --- a/make-dist +++ b/make-dist @@ -95,6 +95,7 @@ if [ "${bogosities}" != "" ]; then echo "The following .elc files have no corresponding .el files:" echo "${bogosities}" fi +rm -f /tmp/el /tmp/elc echo "Creating staging directory: \`${tempparent}'" mkdir ${tempparent} |