From 90f27cfaf88b44517cba75eb55e83fc9beaa856e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 11 Jun 2004 02:39:51 +0000 Subject: 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. --- lisp/.arch-inventory | 4 ++++ lisp/Makefile.in | 1 - lisp/makefile.w32-in | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 lisp/.arch-inventory (limited to 'lisp') diff --git a/lisp/.arch-inventory b/lisp/.arch-inventory new file mode 100644 index 00000000000..5341c2d8fec --- /dev/null +++ b/lisp/.arch-inventory @@ -0,0 +1,4 @@ +# Auto-generated lisp files, which ignore +precious ^(loaddefs|finder-inf|cus-load)\.el$ + +# arch-tag: fc62dc9f-3a91-455b-b8e7-d49df66beee0 diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 7bb9a3221cc..5085d3b5b91 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -326,5 +326,4 @@ bootstrap-after: finder-data custom-deps distclean: -rm -f ./Makefile -# arch-tag: d4ea703a-b91c-405c-a171-8dde30b163a7 # Makefile ends here. diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index fe82e45c04f..71998d403e4 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -420,5 +420,3 @@ install: # clean: - $(DEL) *~ - -# arch-tag: bd03b562-c58d-4403-99db-c7bccd8c49a0 -- cgit v1.2.1