emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs ChangeLog make-dist


From: Glenn Morris
Subject: [Emacs-diffs] emacs ChangeLog make-dist
Date: Tue, 29 Sep 2009 02:18:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/29 02:18:20

Modified files:
        .              : ChangeLog make-dist 

Log message:
        (check): Update for two new levels of subdirectory in lisp/.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/ChangeLog?cvsroot=emacs&r1=1.853&r2=1.854
http://cvs.savannah.gnu.org/viewcvs/emacs/make-dist?cvsroot=emacs&r1=1.261&r2=1.262

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/ChangeLog,v
retrieving revision 1.853
retrieving revision 1.854
diff -u -b -r1.853 -r1.854
--- ChangeLog   17 Sep 2009 06:14:33 -0000      1.853
+++ ChangeLog   29 Sep 2009 02:18:20 -0000      1.854
@@ -1,3 +1,7 @@
+2009-09-29  Glenn Morris  <address@hidden>
+
+       * make-dist (check): Update for two new levels of subdirectory in lisp/.
+
 2009-09-17  Dan Nicolaescu  <address@hidden>
 
        * config.guess, config.sub: Updated from master source.

Index: make-dist
===================================================================
RCS file: /sources/emacs/emacs/make-dist,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -b -r1.261 -r1.262
--- make-dist   24 Jun 2009 03:50:25 -0000      1.261
+++ make-dist   29 Sep 2009 02:18:20 -0000      1.262
@@ -197,8 +197,12 @@
 then
   ### Check for .elc files with no corresponding .el file.
   ls -1 lisp/[a-zA-Z]*.el lisp/[a-z]*/[a-zA-Z0-9]*.el \
+       lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
+       lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
        leim/[a-z]*/[a-z]*.el | sed 's/\.el$/.elc/' > /tmp/el
   ls -1 lisp/[a-zA-Z]*.elc lisp/[a-z]*/[a-zA-Z0-9]*.elc \
+       lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.elc \
+       lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.elc \
        leim/[a-z]*/[a-z]*.elc > /tmp/elc
   bogosities="`comm -13 /tmp/el /tmp/elc`"
   if [ "${bogosities}" != "" ]; then
@@ -209,8 +213,12 @@
 
   ### Check for .el files with no corresponding .elc file.
   ls -1 lisp/[a-zA-Z]*.el lisp/[a-z]*/[a-zA-Z0-9]*.el \
+       lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
+       lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
        leim/[a-z]*/[a-z]*.el > /tmp/el
   ls -1 lisp/[a-zA-Z]*.elc lisp/[a-z]*/[a-zA-Z0-9]*.elc \
+       lisp/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
+       lisp/[a-z]*/[a-z]*/[a-z]*/[a-zA-Z0-9]*.el \
        leim/[a-z]*/[a-z]*.elc | sed 's/\.elc$/.el/' > /tmp/elc
   losers="`comm -23 /tmp/el /tmp/elc`"
   bogosities=




reply via email to

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