Mercurial > emacs
changeset 52260:68158472dffc
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
Use quoting in quick-install-emacs that works with recent gawks
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 19 Aug 2003 16:22:27 +0000 |
parents | 34e5aee6689a |
children | 6353932ee382 |
files | admin/ChangeLog admin/quick-install-emacs |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/ChangeLog Tue Aug 19 16:21:49 2003 +0000 +++ b/admin/ChangeLog Tue Aug 19 16:22:27 2003 +0000 @@ -1,3 +1,9 @@ +2003-08-19 Miles Bader <miles@gnu.org> + + * quick-install-emacs: Add arch-specific ignored files to + quick-install-emacs. Use quoting for periods that's acceptable + to recent versions of gawk. + 2003-08-11 Markus Rost <rost@math.ohio-state.edu> * cus-test.el: Remove obsolete workaround.
--- a/admin/quick-install-emacs Tue Aug 19 16:21:49 2003 +0000 +++ b/admin/quick-install-emacs Tue Aug 19 16:22:27 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