[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r112351: * make-dist: Do not distribu
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r112351: * make-dist: Do not distribute admin/unidata/Makefile. |
Date: |
Sun, 21 Apr 2013 22:08:36 -0700 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 112351
author: Paul Eggert <address@hidden>
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-04-21 22:08:36 -0700
message:
* make-dist: Do not distribute admin/unidata/Makefile.
It is generated by 'configure'.
modified:
ChangeLog
make-dist
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-04-22 05:01:33 +0000
+++ b/ChangeLog 2013-04-22 05:08:36 +0000
@@ -1,5 +1,8 @@
2013-04-22 Paul Eggert <address@hidden>
+ * make-dist: Do not distribute admin/unidata/Makefile.
+ It is generated by 'configure'.
+
* build-aux/update-subdirs: Don't leave subdirs.el~ behind.
It messes up 'make distclean', and contains no useful information
because it's a copy of subdirs.el.
=== modified file 'make-dist'
--- a/make-dist 2013-03-03 02:43:30 +0000
+++ b/make-dist 2013-04-22 05:08:36 +0000
@@ -439,6 +439,9 @@
echo "Making links to \`admin' and its subdirectories"
for f in `find admin -type f`; do
+ case $f in
+ admin/unidata/Makefile) continue ;;
+ esac
ln $f $tempdir/$f
done
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r112351: * make-dist: Do not distribute admin/unidata/Makefile.,
Paul Eggert <=