emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102631: * make-dist: Exclude etc/*.p


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102631: * make-dist: Exclude etc/*.pyc.
Date: Fri, 10 Dec 2010 18:30:29 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102631
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-12-10 18:30:29 -0800
message:
  * make-dist: Exclude etc/*.pyc.
modified:
  ChangeLog
  make-dist
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-12-10 17:29:54 +0000
+++ b/ChangeLog 2010-12-11 02:30:29 +0000
@@ -1,3 +1,7 @@
+2010-12-11  Glenn Morris  <address@hidden>
+
+       * make-dist: Exclude etc/*.pyc.
+
 2010-12-10  Andreas Schwab  <address@hidden>
 
        * configure.in: Don't double machfile in final message.

=== modified file 'make-dist'
--- a/make-dist 2010-12-03 22:01:43 +0000
+++ b/make-dist 2010-12-11 02:30:29 +0000
@@ -441,7 +441,7 @@
 echo "Making links to \`etc' and its subdirectories"
 for f in `find etc -type f`; do
   case $f in
-    etc/DOC*) continue ;;
+    etc/DOC*|etc/*.pyc) continue ;;
   esac
   ln $f $tempdir/$f
 done


reply via email to

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