emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/Makefile.in,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in,v
Date: Thu, 31 Jul 2008 22:40:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/07/31 22:40:15

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -b -r1.155 -r1.156
--- Makefile.in 29 Jul 2008 17:47:11 -0000      1.155
+++ Makefile.in 31 Jul 2008 22:40:15 -0000      1.156
@@ -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"; \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]