Mercurial > emacs
comparison admin/quick-install-emacs @ 52198:fe4a18479819
Revision: emacs--cvs-trunk--0--patch-13
Archive: miles@gnu.org--gnu-2003
Creator: Miles Bader <miles@gnu.org>
Date: Thu Aug 14 17:50:57 JST 2003
Standard-date: 2003-08-14 08:50:57 GMT
Summary: Add arch-specific ignored files to quick-install-emacs
Modified-files: ./admin/quick-install-emacs
New-patches: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-13
Add arch-specific ignored files to quick-install-emacs
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 14 Aug 2003 08:55:30 +0000 |
parents | 6f9b527df5c6 |
children | 68158472dffc |
comparison
equal
deleted
inserted
replaced
52197:a0b65ecec014 | 52198:fe4a18479819 |
---|---|
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 \.[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 |