From: Chong Yidong Date: Thu, 31 Jul 2008 22:40:15 +0000 (+0000) Subject: Avoid maintainer warning for autogenerated unicode files. X-Git-Tag: emacs-pretest-23.0.90~3730 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1dd3a8127ffb0d1d07dec50acfd1589418571a02;p=emacs.git Avoid maintainer warning for autogenerated unicode files. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index c4b27cfff0a..790647efc84 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1311,6 +1311,7 @@ compile-last: 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"; \