diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 7 | ||||
| -rwxr-xr-x | admin/quick-install-emacs | 6 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-08-19 Miles Bader <miles@gnu.org> | 8 | 2003-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 @@ | |||
| 8 | PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' | 8 | PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' |
| 9 | PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' | 9 | PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' |
| 10 | 10 | ||
| 11 | AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir .cvsignore .arch-ids \{arch\} [.][cho]$ make-docfile testfile test-distrib" | 11 | AVOID="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 |
| 14 | PRUNE=no | 14 | PRUNE=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 | ||
| 184 | fi | 180 | fi |
| 185 | 181 | ||
| 186 | test x"$PRUNE" = xonly && exit 0 | 182 | test x"$PRUNE" = xonly && exit 0 |