Avoid maintainer warning for autogenerated unicode files.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 22:40:15 +0000 (22:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 22:40:15 +0000 (22:40 +0000)
lisp/Makefile.in

index c4b27cf..790647e 100644 (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"; \