Avoid maintainer warning for autogenerated unicode files.

This commit is contained in:
Chong Yidong 2008-07-31 22:40:15 +00:00
parent c24e7e490f
commit 1dd3a8127f

View file

@ -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"; \