comparison admin/quick-install-emacs @ 52506:9e0c7158faae

Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-45 Quote braces in regexp passed to egrep/awk
author Miles Bader <miles@gnu.org>
date Mon, 15 Sep 2003 05:37:06 +0000
parents 695cf19ef79e
children bb955cc088f9
comparison
equal deleted inserted replaced
52505:88edef684d4c 52506:9e0c7158faae
6 # install emacs very often. See the --help output for more details. 6 # install emacs very often. See the --help output for more details.
7 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
15 # Re-install files even if they already exist 15 # Re-install files even if they already exist
16 FORCE=no 16 FORCE=no