summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-08-27 18:35:20 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-08-27 18:35:20 +0000
commit5aa9769daecfe3e256fad34157fc9ce20662735b (patch)
tree90d7fc5deae692fcbd34f20a3c8b2888578b1c6c /lisp/Makefile.in
parentd3430ffa571215a62834eb827f97c985d3be099f (diff)
downloademacs-5aa9769daecfe3e256fad34157fc9ce20662735b.tar.gz
(update-elcfiles): Report left over elc files.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index d83b2660bff..b167c7f8d8b 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -183,6 +183,12 @@ update-elclist:
chmod +w $(lisp)/Makefile.in; \
mv -f temp-elcfiles $(lisp)/Makefile.in; \
fi
+ -(COLLATE=C ls $(lisp)/*.elc $(lisp)/*/*.elc | sed 's/elc$$/el/'; \
+ COLLATE=C ls $(lisp)/*.el $(lisp)/*/*.el; \
+ COLLATE=C ls $(lisp)/*.el $(lisp)/*/*.el) | \
+ sort | uniq -u | while read extra; do \
+ echo "Found left over byte-compiled file: $${extra}c !!" ;\
+ done
## Explicitly list the .elc files, for the sake of parallel builds.
## http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-05/msg00016.html