Mercurial > emacs
changeset 97186:a86e5d393843
Avoid maintainer warning for autogenerated unicode files.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 31 Jul 2008 22:40:15 +0000 |
parents | a5d7e1441bc6 |
children | faad486370aa |
files | lisp/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Thu Jul 31 22:38:28 2008 +0000 +++ b/lisp/Makefile.in Thu Jul 31 22:40:15 2008 +0000 @@ -1311,6 +1311,7 @@ test -f $$el || continue; \ test -f $${el}c && continue; \ grep 'no-byte-compile: t' $$el > /dev/null && continue; \ + head -n 1 $$el | grep '^;; Automatically generated from UnicodeData.txt.' > /dev/null && continue; \ sel=`echo $$el | sed "s|^$(lisp)|\\$$(lisp)|"`; \ echo "Maintainer warning: $$sel missing from \$$ELCFILES?"; \ echo "Compiling $$el"; \