changeset 3146:6bdedf954822

Report .elc bogosities more clearly.
author Jim Blandy <jimb@redhat.com>
date Wed, 26 May 1993 22:22:58 +0000
parents 6cd314c2ddde
children 539e7c93f8fa
files make-dist
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Wed May 26 22:19:06 1993 +0000
+++ b/make-dist	Wed May 26 22:22:58 1993 +0000
@@ -90,7 +90,11 @@
 ### Check for .elc files with no corresponding .el file.
 ls -1 lisp/*.el | sed 's/\.el$/.elc/' > /tmp/el
 ls -1 lisp/*.elc > /tmp/elc
-comm -13 /tmp/el /tmp/elc
+bogosities="`comm -13 /tmp/el /tmp/elc`"
+if [ "${bogosities}" != "" ]; then
+  echo "The following .elc files have no corresponding .el files:"
+  echo "${bogosities}"
+fi
 
 echo "Creating staging directory: \`${tempparent}'"
 mkdir ${tempparent}