# HG changeset patch # User Miles Bader # Date 1061310147 0 # Node ID 68158472dffcb4eca7388372429f83bc0a83b125 # Parent 34e5aee6689a29d6dd286e09d76243f692f0f037 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19 Use quoting in quick-install-emacs that works with recent gawks diff -r 34e5aee6689a -r 68158472dffc admin/ChangeLog --- 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 + + * 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 * cus-test.el: Remove obsolete workaround. diff -r 34e5aee6689a -r 68158472dffc admin/quick-install-emacs --- 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