1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 23:10:26 -08:00
emacs/lib-src
Miles Bader 48d67035ea Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Tweak arch tagging to make build/install-in-place less annoying

Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).

This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
2004-06-11 02:39:51 +00:00
..
.gitignore Add update-game-score. 2002-04-16 18:26:02 +00:00
b2m.c (GOOD, BAD): Delete macros. Throughout, 2004-05-07 15:31:07 +00:00
b2m.pl Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog *** empty log message *** 2004-06-02 00:53:13 +00:00
COPYING
cvtmail.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
digest-doc.c Add arch taglines 2003-09-01 15:45:59 +00:00
ebrowse.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
emacsclient.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
emacstool.c Add arch taglines 2003-09-01 15:45:59 +00:00
etags.c (GOOD, BAD): Delete macros. Throughout, 2004-05-07 15:31:07 +00:00
fakemail.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
getopt.c Add arch taglines 2003-09-01 15:45:59 +00:00
getopt.h Add arch taglines 2003-09-01 15:45:59 +00:00
getopt1.c Add arch taglines 2003-09-01 15:45:59 +00:00
grep-changelog Changes to support ChangeLog.10+. 2004-03-09 22:47:27 +00:00
hexl.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
leditcfns.c Add arch taglines 2003-09-01 15:45:59 +00:00
make-docfile.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
Makefile.in Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396 2004-06-11 02:39:51 +00:00
makefile.w32-in Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396 2004-06-11 02:39:51 +00:00
movemail.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
ntlib.c Add arch taglines 2003-09-01 15:45:59 +00:00
ntlib.h Add arch taglines 2003-09-01 15:45:59 +00:00
pop.c Add arch taglines 2003-09-01 15:45:59 +00:00
pop.h Add arch taglines 2003-09-01 15:45:59 +00:00
profile.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
rcs-checkin Add arch taglines 2003-09-01 15:45:59 +00:00
rcs2log * rcs2log (Help): Clarify wording of the usage message. 2004-04-18 06:02:16 +00:00
README *** empty log message *** 2003-10-06 16:36:56 +00:00
sorted-doc.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'. 2004-05-10 17:32:13 +00:00
testfile
update-game-score.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00
vcdiff Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210 2004-04-13 09:47:51 +00:00
yow.c Throughout, replace 0 destined for exit' arg with EXIT_SUCCESS'. 2004-05-08 15:26:33 +00:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by Emacs.