# HG changeset patch # User Miles Bader # Date 1064704094 0 # Node ID bb955cc088f9680e639a4ec642603ccb0735f6e8 # Parent 2d5bfd1be53617de53a3689b332d3d8970489011 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62 Tweaks to admin/quick-install-emacs * quick-install-emacs: Remove fns-* pruning, since that file no longer seems to be generated. (AVOID): Quote literal periods. Quote braces in a way acceptable to all parties (gawk gets bitchy about using `\'). diff -r 2d5bfd1be536 -r bb955cc088f9 admin/ChangeLog --- a/admin/ChangeLog Sat Sep 27 00:25:40 2003 +0000 +++ b/admin/ChangeLog Sat Sep 27 23:08:14 2003 +0000 @@ -1,3 +1,10 @@ +2003-09-27 Miles Bader + + * quick-install-emacs: Remove fns-* pruning, since that file no + longer seems to be generated. + (AVOID): Quote literal periods. Quote braces in a way acceptable + to all parties (gawk gets bitchy about using `\'). + 2003-08-19 Miles Bader * quick-install-emacs: Add arch-specific ignored files to diff -r 2d5bfd1be536 -r bb955cc088f9 admin/quick-install-emacs --- a/admin/quick-install-emacs Sat Sep 27 00:25:40 2003 +0000 +++ b/admin/quick-install-emacs Sat Sep 27 23:08:14 2003 +0000 @@ -8,7 +8,7 @@ PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' -AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir .cvsignore .arch-ids \{arch\} [.][cho]$ make-docfile testfile test-distrib" +AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib" # Prune old binaries lying around in the source tree PRUNE=no @@ -177,10 +177,6 @@ echo $REMOVE_CMD $D PRUNED="$PRUNED $D" done - for D in `ls -1t $BUILD/lib-src/fns-* | sed 1d`; do - echo $REMOVE_CMD $D - PRUNED="$PRUNED $D" - done fi test x"$PRUNE" = xonly && exit 0