aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog7
-rwxr-xr-xadmin/quick-install-emacs6
2 files changed, 8 insertions, 5 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 47035f2748f..b3bd3d1552d 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,10 @@
12003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
2
3 * quick-install-emacs: Remove fns-* pruning, since that file no
4 longer seems to be generated.
5 (AVOID): Quote literal periods. Quote braces in a way acceptable
6 to all parties (gawk gets bitchy about using `\').
7
12003-08-19 Miles Bader <miles@gnu.org> 82003-08-19 Miles Bader <miles@gnu.org>
2 9
3 * quick-install-emacs: Add arch-specific ignored files to 10 * quick-install-emacs: Add arch-specific ignored files to
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index 9415bab3d12..19148a392fd 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -8,7 +8,7 @@
8PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' 8PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse'
9PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' 9PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin'
10 10
11AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir .cvsignore .arch-ids \{arch\} [.][cho]$ make-docfile testfile test-distrib" 11AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib"
12 12
13# Prune old binaries lying around in the source tree 13# Prune old binaries lying around in the source tree
14PRUNE=no 14PRUNE=no
@@ -177,10 +177,6 @@ if test x"$PRUNE" != xno; then
177 echo $REMOVE_CMD $D 177 echo $REMOVE_CMD $D
178 PRUNED="$PRUNED $D" 178 PRUNED="$PRUNED $D"
179 done 179 done
180 for D in `ls -1t $BUILD/lib-src/fns-* | sed 1d`; do
181 echo $REMOVE_CMD $D
182 PRUNED="$PRUNED $D"
183 done
184fi 180fi
185 181
186test x"$PRUNE" = xonly && exit 0 182test x"$PRUNE" = xonly && exit 0