summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-29 02:18:20 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-29 02:18:20 +0000
commit7b1b676db80984b036e1dd59ddd8fcbb9794c106 (patch)
tree0172f110189f945fa074c16469dd70e8bc1f4535 /make-dist
parent5da62d41f9bd185d3cf5540bf1ea5f7d35464c69 (diff)
downloademacs-7b1b676db80984b036e1dd59ddd8fcbb9794c106.tar.gz
(check): Update for two new levels of subdirectory in lisp/.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/make-dist b/make-dist
index 38275f9fc49..781a5539051 100755
--- a/make-dist
+++ b/make-dist
@@ -197,8 +197,12 @@ if [ $check = yes ];
then
### Check for .elc files with no corresponding .el file.
ls -1 lisp/[a-zA-Z]*.el lisp/[a-z]*/[a-zA-Z0-9]*.el \
+ lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
+ lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
leim/[a-z]*/[a-z]*.el | sed 's/\.el$/.elc/' > /tmp/el
ls -1 lisp/[a-zA-Z]*.elc lisp/[a-z]*/[a-zA-Z0-9]*.elc \
+ lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.elc \
+ lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.elc \
leim/[a-z]*/[a-z]*.elc > /tmp/elc
bogosities="`comm -13 /tmp/el /tmp/elc`"
if [ "${bogosities}" != "" ]; then
@@ -209,8 +213,12 @@ then
### Check for .el files with no corresponding .elc file.
ls -1 lisp/[a-zA-Z]*.el lisp/[a-z]*/[a-zA-Z0-9]*.el \
+ lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
+ lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
leim/[a-z]*/[a-z]*.el > /tmp/el
ls -1 lisp/[a-zA-Z]*.elc lisp/[a-z]*/[a-zA-Z0-9]*.elc \
+ lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
+ lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
leim/[a-z]*/[a-z]*.elc | sed 's/\.elc$/.el/' > /tmp/elc
losers="`comm -23 /tmp/el /tmp/elc`"
bogosities=