# HG changeset patch # User Jim Blandy # Date 738454978 0 # Node ID 6bdedf95482271f159bed016004ad494cc76a097 # Parent 6cd314c2ddde8f311bab4f7d8aac812627f2ab46 Report .elc bogosities more clearly. diff -r 6cd314c2ddde -r 6bdedf954822 make-dist --- 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}