diff options
author | Miles Bader <miles@gnu.org> | 2003-08-19 16:22:27 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2003-08-19 16:22:27 +0000 |
commit | fdf2f59ac7d40464e28ddcfda1f4a589b3d5cd08 (patch) | |
tree | 33c62a0ca08958d4ba31813d2c583f9b6d0b858a | |
parent | d43786e6a47e7e9670beb8903ddaa1ad22a0e2fb (diff) | |
download | emacs-fdf2f59ac7d40464e28ddcfda1f4a589b3d5cd08.tar.gz |
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
Use quoting in quick-install-emacs that works with recent gawks
-rw-r--r-- | admin/ChangeLog | 6 | ||||
-rwxr-xr-x | admin/quick-install-emacs | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 206d03ac0c1..5ea2d6431f9 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -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. diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index 543b579a69e..73c72193a79 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs @@ -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 |